зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1599405 - Fix scrolling at narrow widths in the Rules View r=pbro
Differential Revision: https://phabricator.services.mozilla.com/D54720 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
4286faeb7b
Коммит
7629ac0f18
|
@ -44,6 +44,16 @@
|
||||||
line-height: var(--theme-toolbar-height);
|
line-height: var(--theme-toolbar-height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ruleview-toolbar {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
min-height: calc(var(--theme-toolbar-height) + 1px);
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#ruleview-toolbar .devtools-searchbox {
|
||||||
|
flex-basis: 7em;
|
||||||
|
}
|
||||||
|
|
||||||
#ruleview-command-toolbar {
|
#ruleview-command-toolbar {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче