Skip to content

Commit

Permalink
feat: enable flexbox by default (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Tsai authored Sep 2, 2024
1 parent ecefa75 commit d358e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/prefs.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,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.tables.enabled": false,
"layout.threads": 3,
Expand Down

0 comments on commit d358e15

Please sign in to comment.