From b7265908603a824810b8b01e818c077576dcb81f Mon Sep 17 00:00:00 2001 From: Akash Jain Date: Mon, 29 Jan 2024 12:43:05 +0530 Subject: [PATCH] Reduce top/bottom margins for markdown buttons --- .../static/cloudcare/css/webforms.css | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/corehq/apps/hqwebapp/static/cloudcare/css/webforms.css b/corehq/apps/hqwebapp/static/cloudcare/css/webforms.css index c4b0103a23f8..a62c637c5243 100644 --- a/corehq/apps/hqwebapp/static/cloudcare/css/webforms.css +++ b/corehq/apps/hqwebapp/static/cloudcare/css/webforms.css @@ -85,6 +85,26 @@ input:invalid { margin-bottom: 0; } +.widget button h1 { + margin-top: 7px; + margin-bottom: 5px; +} + +.widget button h2 { + margin-top: 6.5px; + margin-bottom: 4.5px; +} + +.widget button h3 { + margin-top: 6px; + margin-bottom: 4px; +} + +.widget button h4 { + margin-top: 5.5px; + margin-bottom: 3.5px; +} + .coordinate { font-weight: bold; width: 8em;