Isolate bidi for name text

This commit is contained in:
Lim Chee Aun 2024-02-20 17:51:17 +08:00
parent 9803d18185
commit cd96ba0c59

View file

@ -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 {