Skip to content

Commit 7b459de

Browse files
committed
Fix layouting errors in a various modals
Fixes css problems in the theme modals, the user modals and probably various others. Fixes #1152
1 parent 57e21b1 commit 7b459de

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)