diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-10-25 22:07:52 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-10-26 17:51:22 +0200 |
commit | a24b954baae33983ca7532a4fcd36eddb335ebdb (patch) | |
tree | e9b9409d54c5c2346180c866a6a3aa7a31db58fa /app | |
parent | 984fce613e51bee54a12e2d42dda5018a870df24 (diff) |
Avoid toot text bleeding out of the content div
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index ded423afa..4da3f129d 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -11,6 +11,7 @@ font-weight: 400; overflow: visible; padding-top: 5px; + overflow: hidden; &:focus { outline: 0; |