diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-08-26 06:50:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 13:50:52 +0000 |
commit | 7b7020a8d429d4b58bcaf09615cdc246becfcfe5 (patch) | |
tree | 8c753a8bd386a3ead0e14a12a1d28aa6a7ee1374 /resources | |
parent | b6d5ac09b0b2acbb0f5b00232e53d0111a159063 (diff) | |
download | servo-7b7020a8d429d4b58bcaf09615cdc246becfcfe5.tar.gz servo-7b7020a8d429d4b58bcaf09615cdc246becfcfe5.zip |
layout: Enable flexbox by default on non-legacy layout (#33186)
Flexbox is still very much in progress, but things are working well
enough that we can enable it by default. It improves most pages that use
flexbox now.
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/prefs.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/prefs.json b/resources/prefs.json index bbef61ef194..e63ab646586 100644 --- a/resources/prefs.json +++ b/resources/prefs.json @@ -101,7 +101,7 @@ "js.werror.enabled": false, "layout.animations.test.enabled": false, "layout.columns.enabled": false, - "layout.flexbox.enabled": false, + "layout.flexbox.enabled": true, "layout.legacy_layout": false, "layout.threads": 3, "layout.writing-mode.enabled": false, |