Skip to content

Commit

Permalink
fix: Overflowing selected options
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
  • Loading branch information
susnux committed Feb 15, 2023
1 parent 8577536 commit e12b32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/modules/dropdown-toggle.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
flex-basis: 100%;
flex-grow: 1;
flex-wrap: wrap;
min-width: 0;
padding: 0 2px;
position: relative;
}
Expand Down
1 change: 1 addition & 0 deletions src/css/modules/selected.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
color: var(--vs-selected-color);
line-height: var(--vs-line-height);
margin: 4px 2px 0px 2px;
min-width: 0;
padding: 0 0.25em;
z-index: 0;
}
Expand Down

0 comments on commit e12b32d

Please sign in to comment.