about summary refs log tree commit diff
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2020-10-27 21:34:02 +0900
committerThibaut Girka <thib@sitedethib.com>2020-11-04 12:24:40 +0100
commitf5df3d1ae25846bb4f651c531c5e5c9bffebeaae (patch)
tree7a76796dff8a362009f3b98c504a3ab65a73d959
parent078744f210add1edc988142fad3815d4fb92de01 (diff)
[Glitch] Fix width of content text fluctuating over time
Port 2ae751f19d48c12e70a445ce1d01149866b56ce8 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
-rw-r--r--app/javascript/flavours/glitch/styles/components/status.scss1
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 554ea8cd5..94b9a1e99 100644
--- a/app/javascript/flavours/glitch/styles/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/components/status.scss
@@ -55,6 +55,7 @@
   font-weight: 400;
   overflow: visible;
   padding-top: 5px;
+  clear: both;
 
   &:focus {
     outline: 0;