From e44a800887bd8da51ca869259b48c55e566cf55e Mon Sep 17 00:00:00 2001 From: Claire Date: Sun, 27 Oct 2024 21:08:59 +0100 Subject: [PATCH] Fix missing CSS for CW margins (#2891) --- app/javascript/flavours/glitch/styles/components.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index 418a4311b4..e5ff4c96f5 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -1922,6 +1922,14 @@ body > [data-popper-placement] { margin-bottom: 16px; } + .content-warning { + margin-bottom: 16px; + + &:last-child { + margin-bottom: 0; + } + } + .logo { width: 40px; height: 40px;