Merge pull request #2486 from Ajit-Mehrotra/fix/css-styles

fix(styles): update paragraph styling to exclude unapi elements
This commit is contained in:
tom mortensen
2025-12-18 15:22:03 -08:00
committed by GitHub

View File

@@ -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);
}
}
}