Skip to content

Commit

Permalink
Merge pull request #385 from Tencent/fix/select-multi-wrap
Browse files Browse the repository at this point in the history
fix(select): wrap when remain width is enough
  • Loading branch information
xiaosansiji authored Apr 12, 2022
2 parents 5cc38b6 + 4d435ff commit 4a610e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style/web/components/select/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
// TODO: select_input 重构后可删除
.@{prefix}-tag + .@{prefix}-input__wrap {
margin-left: @select-placeholder-margin;
.@{prefix}-input__inner {
width: 100%;
}
}

// TODO: select_input 重构后可删除
Expand Down

0 comments on commit 4a610e1

Please sign in to comment.