Bug 1221238 - Fix devtools filter popup inputs width on linux. r=pbrosset

This commit is contained in:
Alexandre Poirot 2015-11-04 08:56:00 +01:00
Родитель c33ff35148
Коммит 43199bbd64
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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,