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 4f73657 commit 946efb3Copy full SHA for 946efb3
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
+ menuProps={{size: 'l'}}
92
/>
93
);
94
};
0 commit comments