From 3dfed19b8b198a1d888e38e275e5c3e79a66a3d5 Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Wed, 14 Dec 2022 16:46:03 +0100 Subject: [PATCH] mnhn: reduce margin between textarea and help text (#72287) --- static/mnhn/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/mnhn/_custom.scss b/static/mnhn/_custom.scss index a1436ff1..0857c9a3 100644 --- a/static/mnhn/_custom.scss +++ b/static/mnhn/_custom.scss @@ -161,6 +161,10 @@ a#publik-portal-agent { label .required { color: $required-label-color; } + +.TextWidget + .comment-field > p:first-child { + margin-top: -$space-medium * 1.5; +} // cells .cell {