mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
refactor: resize chart handle
This commit is contained in:
parent
eb04ad328d
commit
6812e36c2d
@ -8,10 +8,6 @@ import 'react-resizable/css/styles.css';
|
||||
const ResponsiveGridLayout = WidthProvider(Responsive);
|
||||
|
||||
const StyledGridContainer = styled('div')(({ theme }) => ({
|
||||
'& .react-grid-layout': {
|
||||
position: 'relative',
|
||||
minHeight: '200px',
|
||||
},
|
||||
'& .react-grid-item': {
|
||||
borderRadius: `${theme.shape.borderRadiusMedium}px`,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user