Skip to content

Commit

Permalink
fix select text overflow style, close ant-design#338
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 24, 2015
1 parent ecafaa5 commit e36c241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/components/select.less
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding-left: 10px;
padding-right: 20px;
line-height: 26px;
Expand Down

0 comments on commit e36c241

Please sign in to comment.