From 3b5b98c8f9a8d58f2ccc5d35aa7c33a25b93c8f9 Mon Sep 17 00:00:00 2001 From: Ganesh Pawar Date: Tue, 23 Nov 2021 22:13:56 +0530 Subject: [PATCH] modal: Set margin-bottom to 10px. Bootstrap sets the margin-bottom to 20px for alert classes, which is too much for our needs. --- static/styles/modal.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/styles/modal.css b/static/styles/modal.css index 53ff670f6f..e96e8422e2 100644 --- a/static/styles/modal.css +++ b/static/styles/modal.css @@ -144,6 +144,10 @@ color: hsl(0, 0%, 100%) !important; } +#dialog_error { + margin-bottom: 10px; +} + @keyframes mmfadeIn { from { opacity: 0;