21128: Merge branch 'main' into 21128-toolbar-context-menu
[arvados-workbench2.git] / src / components / multiselect-toolbar / MultiselectToolbar.tsx
index d9024cd15244296f9b4f1c4c08ac115a275eb76a..30d5bd7912f1d232d7687ea847d842506841fb55 100644 (file)
@@ -42,6 +42,7 @@ type CssRules = "root" | "transition" | "button" | "iconContainer";
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     root: {
         display: "flex",
+        flexShrink: 0,
         flexDirection: "row",
         width: 0,
         height: '2.7rem',