Skip to content

Commit c75152f

Browse files
committed
Fix error-containers CSS to remove margin on single li in errors
1 parent 0ecc10c commit c75152f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/components/error-containers.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ wa-callout:not(:has(> [data-pf-fallback-error-section])){
1818

1919
[data-pf-error-container] > ul {
2020
list-style: none;
21-
margin-inline-start: 0;
2221

2322
> li {
23+
margin-inline-start: 0;
2424
font-weight: unset;
2525
}
2626
}

0 commit comments

Comments
 (0)