We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8a6c0 commit d9a4c44Copy full SHA for d9a4c44
src/containers/Clusters/columns.tsx
@@ -88,6 +88,7 @@ function getTitleColumn({isEditClusterAvailable, isDeleteClusterAvailable}: Clus
88
<DropdownMenu
89
items={menuItems}
90
defaultSwitcherProps={{view: 'flat-secondary'}}
91
+ size="s"
92
menuProps={{size: 'l'}}
93
/>
94
);
0 commit comments