Skip to content

Commit af88655

Browse files
authored
Merge pull request #1159 from Arnei/css-not-clearfixed
Fix layouting errors in a various modals
2 parents e409e1f + 14a0a13 commit af88655

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/mixins/_mixins-bourbon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Bourbon leftovers
22

33
@mixin clearfix {
4-
.element::after {
4+
&::after {
55
clear: both;
66
content: "";
77
display: block;

0 commit comments

Comments
 (0)