mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +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 ResponsiveGridLayout = WidthProvider(Responsive);
|
||||||
|
|
||||||
const StyledGridContainer = styled('div')(({ theme }) => ({
|
const StyledGridContainer = styled('div')(({ theme }) => ({
|
||||||
'& .react-grid-layout': {
|
|
||||||
position: 'relative',
|
|
||||||
minHeight: '200px',
|
|
||||||
},
|
|
||||||
'& .react-grid-item': {
|
'& .react-grid-item': {
|
||||||
borderRadius: `${theme.shape.borderRadiusMedium}px`,
|
borderRadius: `${theme.shape.borderRadiusMedium}px`,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user