about summary refs log tree commit diff
path: root/app/views/stream_entries/_simple_status.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-10-24 18:18:08 +0200
committerGitHub <noreply@github.com>2018-10-24 18:18:08 +0200
commitd723f2a0a88d4ac106638733b7ba17f8d205850a (patch)
tree6e719d7f4f78537f617de85997f5e8d60d43a912 /app/views/stream_entries/_simple_status.html.haml
parent288e435fe536dc42fe7a13b8c965f21f8d68fb9e (diff)
Fix RTL layout of status display names (#9075)
Fix #2350
Diffstat (limited to 'app/views/stream_entries/_simple_status.html.haml')
-rw-r--r--app/views/stream_entries/_simple_status.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/stream_entries/_simple_status.html.haml b/app/views/stream_entries/_simple_status.html.haml
index 1b00388b1..1a1dc37eb 100644
--- a/app/views/stream_entries/_simple_status.html.haml
+++ b/app/views/stream_entries/_simple_status.html.haml
@@ -15,6 +15,7 @@
         %span.display-name
           %bdi
             %strong.display-name__html.p-name.emojify= display_name(status.account, custom_emojify: true, autoplay: autoplay)
+          &nbsp;
           %span.display-name__account
             = acct(status.account)
             = fa_icon('lock') if status.account.locked?