From da6ecc04bbd7c858de5b608ca2636373d24b00a8 Mon Sep 17 00:00:00 2001 From: ali asaria <aliasaria@users.noreply.github.com> Date: Thu, 30 Jan 2025 14:44:43 -0500 Subject: [PATCH] remove container for plugin cards --- src/renderer/components/Plugins/PluginGallery.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/renderer/components/Plugins/PluginGallery.tsx b/src/renderer/components/Plugins/PluginGallery.tsx index 9c7c4b83..a385d987 100644 --- a/src/renderer/components/Plugins/PluginGallery.tsx +++ b/src/renderer/components/Plugins/PluginGallery.tsx @@ -90,15 +90,15 @@ export default function PluginGallery({ experimentInfo }) { </Box> <Sheet className="OrderTableContainer" - variant="outlined" + variant="plain" sx={{ width: '100%', height: '100%', - borderRadius: 'md', flex: 1, - overflow: 'auto', + overflowY: 'auto', + overflowX: 'hidden', minHeight: 0, - padding: 2, + paddingRight: 2, }} > <Grid container spacing={2} sx={{ flexGrow: 1 }}> -- GitLab