зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1221238 - Fix devtools filter popup inputs width on linux. r=pbrosset
This commit is contained in:
Родитель
c33ff35148
Коммит
43199bbd64
|
@ -137,6 +137,11 @@ html, body {
|
|||
flex-grow: 1;
|
||||
}
|
||||
|
||||
/* Fix the size of inputs */
|
||||
/* Especially needed on Linux where input are bigger */
|
||||
input {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
.theme-light .add,
|
||||
.theme-light .remove-button,
|
||||
|
|
Загрузка…
Ссылка в новой задаче