chatwoot/chatwoot

View on GitHub
app/assets/stylesheets/administrate/library/_clearfix.scss

Summary

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