fixed Select option with selected push one line in the firefox

This commit is contained in:
huixisheng 2017-06-29 11:00:31 +08:00
parent c4d36b0a5b
commit db5cb7cf3d

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;
}
}
}