fixed Select option with selected push one line in the firefox
This commit is contained in:
parent
c4d36b0a5b
commit
db5cb7cf3d
1 changed files with 8 additions and 0 deletions
|
@ -58,4 +58,12 @@
|
||||||
padding: 7px 16px 8px;
|
padding: 7px 16px 8px;
|
||||||
font-size: @font-size-base !important;
|
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