Skip to content
Snippets Groups Projects
Commit 66a3979c authored by Yamagishi Kazutoshi's avatar Yamagishi Kazutoshi Committed by Eugen Rochko
Browse files

Fix broken features list in RTL languages (#2909)

Fixes #2905
parent 9de254c4
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,16 @@ body.rtl {
margin-right: 6px;
}
.fa-ul {
margin-left: 0;
margin-left: 2.14285714em;
}
.fa-li {
left: auto;
right: -2.14285714em;
}
@media screen and (min-width: 1025px) {
.column,
.drawer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment