Skip to content

Commit

Permalink
Fix: Nav tab top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Oct 3, 2023
1 parent bf6af39 commit 941cb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djangocms_frontend/static/djangocms_frontend/css/base.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion private/sass/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ div.tab-pk {
margin-left: auto;
}

.djangocms-admin-style .colM ul.nav {
.djangocms-admin-style .colM ul.nav:not(.object-tools):not(.messagelist) {
margin-top: 0;
li.nav-item {
border-top: none;
Expand Down

0 comments on commit 941cb9a

Please sign in to comment.