1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00

refactor: resize chart handle

This commit is contained in:
Tymoteusz Czech 2025-07-02 11:53:45 +02:00
parent eb04ad328d
commit 6812e36c2d
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -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`,
},