Skip to content

Commit

Permalink
bring back clearafter for the modal header
Browse files Browse the repository at this point in the history
  • Loading branch information
i-just committed Jan 10, 2025
1 parent ec7fd94 commit ae12eee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/web/assets/cp/src/css/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6373,6 +6373,10 @@ $min2ColWidth: 400px;
h1 {
margin: 0;
}

&::after {
@include mixins.clearafter;
}
}

.footer,
Expand Down

0 comments on commit ae12eee

Please sign in to comment.