mirror of
https://github.com/outline/outline.git
synced 2026-05-02 07:29:41 -05:00
fix: RTL list nesting – this is about the limit of what CSS-alone can achieve. closes #8459
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user