fix bullets position in rtl mode (#1892)

pull/1899/head
Seyed Sajad Kahani 4 years ago committed by GitHub
parent 190063cc67
commit 1efdd6dd5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -514,6 +514,7 @@
width: 1.35rem;
@at-root .is-rtl & {
right: -1.1rem;
content: '\25C3';
}
}

Loading…
Cancel
Save