mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Using unicode-bidi instead of lrm
* It is less hackish than lrm but please refactor bidi-embed if needed * lrm was making an extra space for all, so this is fixup for it
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.bidi-embed {
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
.bs-fb ul {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user