Chatwoot/app/assets/stylesheets/administrate/library/_clearfix.scss

8 lines
104 B
SCSS
Raw Normal View History

@mixin administrate-clearfix {
&::after {
clear: both;
content: '';
display: block;
}
}