Skip to content

Commit

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

&__controller {
width: 100%;
Expand Down

0 comments on commit 6370f62

Please sign in to comment.