mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-22 17:35:40 +01:00
Set unicode-bidi of account header content to plaintext in styles (#33088)
This commit is contained in:
parent
1ee149d015
commit
b82c791770
1 changed files with 1 additions and 0 deletions
|
@ -7762,6 +7762,7 @@ noscript {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
unicode-bidi: plaintext;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue