mirror of
https://github.com/unraid/webgui.git
synced 2025-12-30 22:20:23 -06:00
Merge pull request #2486 from Ajit-Mehrotra/fix/css-styles
fix(styles): update paragraph styling to exclude unapi elements
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user