From e29f2819950e2f0b8e51ce43bcc30088296bf052 Mon Sep 17 00:00:00 2001 From: Ajit Mehrotra Date: Mon, 15 Dec 2025 18:13:06 -0500 Subject: [PATCH] fix(styles): update paragraph styling to exclude unapi elements --- emhttp/plugins/dynamix/styles/default-base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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