parent
0c5a0b06cc
commit
b6bc0d09a1
|
@ -3378,7 +3378,6 @@ img.help_tip {
|
|||
}
|
||||
|
||||
// Give regular settings inputs a standard width and padding.
|
||||
select,
|
||||
textarea,
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
|
@ -3390,6 +3389,12 @@ img.help_tip {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
select {
|
||||
width: 400px;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input[size] {
|
||||
width: auto !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue