File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
packages/lib/src/dropdown Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ const DropdownTrigger = styled.button<{
5151 gap: var(--spacing-gap-s);
5252 width: 100%;
5353 height: var(--height-m);
54+ padding: var(--spacing-padding-none) var(--spacing-padding-xs);
5455 min-width: ${ ( props ) => ( props . label === "" ? "0px" : calculateWidth ( props . margin , props . size ) ) } ;
5556 border: 0;
5657 border-radius: var(--border-radius-s);
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ const DropdownMenuItemLabel = styled.span`
4242 font-family: var(--typography-font-family);
4343 font-size: var(--typography-label-l);
4444 font-weight: var(--typography-label-regular);
45+ white-space: nowrap;
4546` ;
4647
4748const DropdownMenuItemIcon = styled . div `
You can’t perform that action at this time.
0 commit comments