Skip to content

Commit 89575d0

Browse files
committed
[chores:ui] Fixed spacing in inline headings for prod
Needed due to whitespace elimination in prod.
1 parent 3e86e33 commit 89575d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎openwisp_utils/admin_theme/static/admin/css/openwisp.css‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,12 @@ fieldset.module h2 {
415415
border-top: 1px solid var(--hairline-color);
416416
border-bottom: 1px solid var(--hairline-color);
417417
}
418+
/* Needed due to whitespace elimination in prod */
419+
#main .inline-related h3 .inline_label,
420+
#main .inline-related h3 .delete label {
421+
margin-left: 0.4em;
422+
}
423+
418424
.inline-related fieldset.module h4 {
419425
font-size: 16px;
420426
text-transform: uppercase;

0 commit comments

Comments
 (0)