diff --git a/platform/ui-next/src/components/StudyBrowser/StudyBrowser.tsx b/platform/ui-next/src/components/StudyBrowser/StudyBrowser.tsx index 99ef692bb..540b80bba 100644 --- a/platform/ui-next/src/components/StudyBrowser/StudyBrowser.tsx +++ b/platform/ui-next/src/components/StudyBrowser/StudyBrowser.tsx @@ -71,24 +71,22 @@ const StudyBrowser = ({ return (
-
- {showSettings && ( -
- <> - - - -
- )} - {getTabContent()} -
+ {showSettings && ( +
+ <> + + + +
+ )} + {getTabContent()}
); }; diff --git a/platform/ui-next/src/components/StudyItem/StudyItem.tsx b/platform/ui-next/src/components/StudyItem/StudyItem.tsx index cd878cf01..00b5d946a 100644 --- a/platform/ui-next/src/components/StudyItem/StudyItem.tsx +++ b/platform/ui-next/src/components/StudyItem/StudyItem.tsx @@ -27,6 +27,7 @@ const StudyItem = ({ collapsible onClick={onClick} onKeyDown={() => {}} + className="flex-shrink-0" role="button" tabIndex={0} defaultValue={isActive ? 'study-item' : undefined} diff --git a/platform/ui-next/src/components/Thumbnail/Thumbnail.tsx b/platform/ui-next/src/components/Thumbnail/Thumbnail.tsx index 1baba4cbd..401972e0b 100644 --- a/platform/ui-next/src/components/Thumbnail/Thumbnail.tsx +++ b/platform/ui-next/src/components/Thumbnail/Thumbnail.tsx @@ -70,7 +70,7 @@ const Thumbnail = ({
@@ -202,7 +202,7 @@ const Thumbnail = ({