We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed9f3d commit 7d112a1Copy full SHA for 7d112a1
css/grid.css
@@ -51,6 +51,16 @@ body {
51
display: table;
52
}
53
54
+@supports (display: flow-root) {
55
+ .row {
56
+ display: flow-root;
57
+ }
58
+
59
+ .row::after {
60
+ content: none;
61
62
+}
63
64
div[class*="col-"] {
65
float: left;
66
padding: 0 .75em;
@@ -76,4 +86,4 @@ div[class*="col-"] {
76
86
.col-1-8 {
77
87
width: 12.5%;
78
88
79
-}
89
0 commit comments