Skip to content

Commit

Permalink
fix(react-components): Formatting of slicer panel (#4885)
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite authored Nov 22, 2024
1 parent 06f616b commit bd6be94
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ export const SlicerButton = (): ReactElement => {

const StyledMenu = styled(Menu)`
height: 512px;
padding: 12px;
min-width: 0px;
width: 38px;
width: 32px !important;
max-width: 32px !important;
min-width: 32px !important;
padding: 12px 8px 12px 8px !important;
overflow: hidden;
`;

0 comments on commit bd6be94

Please sign in to comment.