diff options
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 928b0536a..64a77adc7 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -519,6 +519,10 @@ overflow: hidden; white-space: pre-wrap; + &:focus { + outline: 0; + } + &.status__content--with-spoiler { white-space: normal; |