From 3b855b5c82362783969f748ad78bcaf85f938c9f Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Mon, 30 Sep 2019 17:00:42 +0200 Subject: [PATCH] Improve styling of DM view in glitch-soc --- app/javascript/flavours/glitch/styles/components/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 071e06606..848ef78df 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -1491,6 +1491,10 @@ } } } + + .status__content { + margin: 0; + } } }