Skip to content

Commit

Permalink
fix(ui/select): fix select overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Feb 1, 2023
1 parent 6370f62 commit 879cdb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/varlet-ui/src/select/select.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
.var-select {
width: 100%;
color: var(--select-select-text-color);
overflow: hidden;

&__controller {
width: 100%;
Expand Down

0 comments on commit 879cdb1

Please sign in to comment.