mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
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:
parent
4286faeb7b
commit
7629ac0f18
@ -44,6 +44,16 @@
|
||||
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 {
|
||||
display: flex;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user