There was an error while loading. Please reload this page.
1 parent 3e86e33 commit 89575d0Copy full SHA for 89575d0
openwisp_utils/admin_theme/static/admin/css/openwisp.css
@@ -415,6 +415,12 @@ fieldset.module h2 {
415
border-top: 1px solid var(--hairline-color);
416
border-bottom: 1px solid var(--hairline-color);
417
}
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
+
424
.inline-related fieldset.module h4 {
425
font-size: 16px;
426
text-transform: uppercase;
0 commit comments