Commit 1294be9a authored by Emilio Cobos Álvarez's avatar Emilio Cobos Álvarez
Browse files

Bug 1790307 - Use modern flexbox in preferences. r=preferences-reviewers,Gijs

This shouldn't have any observable behavior change, but this is the
first page that uses modern flexbox layout instead of XUL layout.

In practice, this means that various interesting bugs that arise from
poor interaction between xul and block / flex / grid should disappear /
no longer be an issue for front-end developers.

Differential Revision: https://phabricator.services.mozilla.com/D157074
parent fb04e21e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@

#preferences-root {
  text-rendering: optimizeLegibility;
  -moz-box-layout: flex;
}

@media not print {