fix: RTL list nesting – this is about the limit of what CSS-alone can achieve. closes #8459

This commit is contained in:
Tom Moor
2025-02-17 17:24:15 -05:00
parent e90a86737f
commit 84542874c4
+1
View File
@@ -1095,6 +1095,7 @@ ol {
direction: rtl;
}
&:has(p:dir(rtl)),
&:dir(rtl) {
margin: 0 ${props.staticHTML ? "0" : "-26px"} 0 0.1em;
padding: 0 48px 0 0;