From fb77bfb94d71f4fe9074f80676757fa778efe891 Mon Sep 17 00:00:00 2001 From: Mohammad Kazemi Date: Thu, 5 Dec 2024 15:10:50 +0330 Subject: [PATCH] [Glitch] Set unicode-bidi of account header content to plaintext in styles Port b82c791770b4a158f02263c48d329e8742fe331f to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index 76af86370a..f8face1677 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -8171,6 +8171,7 @@ noscript { p { margin-bottom: 20px; + unicode-bidi: plaintext; &:last-child { margin-bottom: 0;