mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Isolate bidi for name text
This commit is contained in:
parent
9803d18185
commit
cd96ba0c59
1 changed files with 2 additions and 0 deletions
|
@ -2,9 +2,11 @@
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
unicode-bidi: isolate;
|
||||||
|
|
||||||
b {
|
b {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
unicode-bidi: isolate;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.name-text.show-acct {
|
.name-text.show-acct {
|
||||||
|
|
Loading…
Reference in a new issue