Skip to content

Commit

Permalink
[TagInput] fix can not hide input element (#1623)
Browse files Browse the repository at this point in the history
* fix(Input): minWidth

* fix(TagInput): input min-width

---------

Co-authored-by: sheepluo <sheepluo@tencent.com>
  • Loading branch information
chaishi and sheepluo authored Oct 17, 2023
1 parent 876bc3b commit 4e85e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/web/components/tag-input/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

&:hover,
.@{prefix}-input--focused {
.@{prefix}-input__inner {
.@{prefix}-input__inner:not(.@{prefix}-input--soft-hidden) {
min-width: 20px;
}
}
Expand Down

0 comments on commit 4e85e8b

Please sign in to comment.