This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
wikijs
mirror of
https://github.com/Requarks/wiki.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
fix bullets position in rtl mode (
#1892
)
Seyed Sajad Kahani
5 years ago
parent
190063cc67
commit
1efdd6dd5e
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
client/themes/default/scss/app.scss
+ 1
- 0
client/themes/default/scss/app.scss
View File
@@ -514,6 +514,7 @@
width: 1.35rem;
@at-root .is-rtl & {
+ right: -1.1rem;
content: '\25C3';
}
}