diff --git a/emhttp/plugins/dynamix/styles/default-base.css b/emhttp/plugins/dynamix/styles/default-base.css index 1f358713c..3e6e5ec3d 100755 --- a/emhttp/plugins/dynamix/styles/default-base.css +++ b/emhttp/plugins/dynamix/styles/default-base.css @@ -22,7 +22,7 @@ img { text-decoration: none; vertical-align: middle; } -p { +p:where(:not(.unapi *)) { text-align: justify; } @@ -2789,4 +2789,4 @@ div#title.ud { label.checkbox input:checked ~ .checkmark { background-color: var(--brand-orange); } -} +} \ No newline at end of file