From d8c6758c8d8c71dde7ed8df985865713df65b81e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 29 Nov 2020 10:20:17 +0100 Subject: [PATCH] style: remove top/bottom edge margins for paragraphs in big-msg-... (#48952) --- gadjo/static/css/gadjo.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gadjo/static/css/gadjo.scss b/gadjo/static/css/gadjo.scss index 0d708a1..d8e28ab 100644 --- a/gadjo/static/css/gadjo.scss +++ b/gadjo/static/css/gadjo.scss @@ -673,6 +673,12 @@ div.big-msg-sorry { &.big-msg-sorry { background: white url(../images/sorry-icon.png) 5px 15px no-repeat; } + p:first-child { + margin-top: 0; + } + p:last-child { + margin-bottom: 0; + } } p.paginator {