Skip to content

Commit 0cfc814

Browse files
author
Ivan Demidov
committed
apply update clearfix
1 parent 7d1e299 commit 0cfc814

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/css/slims.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[class*="sl-col"],
1313
[class*="sl-row"] { box-sizing: border-box; }
1414
.sl-container-row:after,
15-
.sl-container-col:after { display: table; clear: both; content: ''; }
15+
.sl-container-col:after { display: block; clear: both; content: ''; }
1616
.sl-container-row > [class*="l-row"]:last-child { padding-bottom: 0; }
1717
.sl-container-row > [class*="sl-row"]:first-child { padding-top: 0; }
1818
[class*="sl-row"] {

dist/css/slims.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/dist/css/slims.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[class*="sl-col"],
1313
[class*="sl-row"] { box-sizing: border-box; }
1414
.sl-container-row:after,
15-
.sl-container-col:after { display: table; clear: both; content: ''; }
15+
.sl-container-col:after { display: block; clear: both; content: ''; }
1616
.sl-container-row > [class*="l-row"]:last-child { padding-bottom: 0; }
1717
.sl-container-row > [class*="sl-row"]:first-child { padding-top: 0; }
1818
[class*="sl-row"] {

0 commit comments

Comments
 (0)