mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 1826952
- Prevent long sync engine names from breaking cross columns. r=settings-reviewers,Gijs
Differential Revision: https://phabricator.services.mozilla.com/D175208
This commit is contained in:
parent
3692bcba58
commit
01a9df7e5c
@ -856,6 +856,7 @@ dialog > .sync-engines-list + hbox {
|
||||
|
||||
.sync-engines-list > div:not([hidden]) {
|
||||
display: flex;
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
.sync-engine-bookmarks .checkbox-icon,
|
||||
|
Loading…
Reference in New Issue
Block a user