Skip to content

Commit da6ecc0

Browse files
committed
remove container for plugin cards
1 parent f594ac9 commit da6ecc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/renderer/components/Plugins/PluginGallery.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ export default function PluginGallery({ experimentInfo }) {
9090
</Box>
9191
<Sheet
9292
className="OrderTableContainer"
93-
variant="outlined"
93+
variant="plain"
9494
sx={{
9595
width: '100%',
9696
height: '100%',
97-
borderRadius: 'md',
9897
flex: 1,
99-
overflow: 'auto',
98+
overflowY: 'auto',
99+
overflowX: 'hidden',
100100
minHeight: 0,
101-
padding: 2,
101+
paddingRight: 2,
102102
}}
103103
>
104104
<Grid container spacing={2} sx={{ flexGrow: 1 }}>

0 commit comments

Comments
 (0)