From a5f03764d1fe07b55635c52c5dac38ab5e694ba1 Mon Sep 17 00:00:00 2001 From: Ibrahim <93064150+IbrahimCSAE@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:33:45 -0500 Subject: [PATCH] fix(styles): several fixes for different styles (#4483) --- .../components/PanelSection/PanelSection.tsx | 2 +- .../SegmentationSelectorHeader.tsx | 2 +- .../src/components/SidePanel/SidePanel.tsx | 2 +- .../components/StudyBrowser/StudyBrowser.tsx | 32 ++++++++++--------- 4 files changed, 20 insertions(+), 18 deletions(-) diff --git a/platform/ui-next/src/components/PanelSection/PanelSection.tsx b/platform/ui-next/src/components/PanelSection/PanelSection.tsx index b37c3a54d..b6c2d8f1d 100644 --- a/platform/ui-next/src/components/PanelSection/PanelSection.tsx +++ b/platform/ui-next/src/components/PanelSection/PanelSection.tsx @@ -34,7 +34,7 @@ export const PanelSection: React.FC & { type="single" collapsible defaultValue={defaultOpen ? 'item' : undefined} - className={cn('overflow-hidden', className)} + className={cn('flex-shrink-0 overflow-hidden', className)} > - +