Skip to content

Commit

Permalink
fix(auto-complete): 修复input宽度没有自适应的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zxlfly authored and kagol committed Apr 20, 2022
1 parent 97fce31 commit 7db21a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
.devui-auto-complete {
.devui-form-control {
padding: 4px 8px;
width: 100%;
}
}

Expand Down

0 comments on commit 7db21a5

Please sign in to comment.