Skip to content

Commit 9738ca6

Browse files
committed
fix: plugin id styling on right hand side
1 parent 3be9e73 commit 9738ca6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

djangocms_frontend/static/djangocms_frontend/css/base.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

private/sass/components/_tabs.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
margin-bottom: 20px;
66
}
77

8-
form ul.djangocms-frontend.nav {
8+
form ul.djangocms-frontend.nav.nav-pills {
99
margin: 0 !important;
1010
padding: 0;
11+
display: flex;
1112
&:not(:has(> li:nth-child(2))) {
1213
// Hide single tab
1314
display: none;
@@ -91,6 +92,7 @@ div.tab-pk {
9192
color: var(--dca-gray-darker, var(--body-fg, $django-fg));
9293
font-size: 80%;
9394
margin-inline-start: auto;
95+
margin-bottom: 14px;
9496
display: inline-block;
9597
}
9698

0 commit comments

Comments
 (0)