Merge pull request #1262 from huixisheng/2.0

fixed Select option with selected push one line in the firefox
This commit is contained in:
Aresn 2017-06-29 11:20:22 +08:00 committed by GitHub
commit c25234690d

View file

@ -58,4 +58,12 @@
padding: 7px 16px 8px;
font-size: @font-size-base !important;
}
// http://browserhacks.com/
// https://bugzilla.mozilla.org/show_bug.cgi?id=488725
// fixed #1224 #1143 #1127
@-moz-document url-prefix() {
.@{item-class} {
white-space: normal;
}
}
}