mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-03 02:24:57 -05:00
attempt to fix select list alignment in Firefox by removing padding. not quite fixed 100%, but getting there.
This commit is contained in:
@@ -107,7 +107,6 @@ input[type=file] {
|
||||
// Chrome on Linux and Mobile Safari need background-color
|
||||
select {
|
||||
width: 220px; // default input width + 10px of padding that doesn't get applied
|
||||
padding: 0;
|
||||
vertical-align: middle;
|
||||
background-color: @white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user