Skip to content

Commit b7fc3d4

Browse files
committed
fix: Set 'width' on heading elements to fix flexible element wrapping in Safari
https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items
1 parent ec21e38 commit b7fc3d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pre { font-size: 100% !important }
22
code { font-size: 90% !important }
33

4-
h1, h2, h3, h4, h5 { margin: 1rem 0 }
4+
h1, h2, h3, h4, h5 { margin: 1rem 0; width: 100%; }
55
ul li { margin-left: 1rem }
66

0 commit comments

Comments
 (0)