Merge pull request #1262 from huixisheng/2.0
fixed Select option with selected push one line in the firefox
This commit is contained in:
commit
c25234690d
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue