From 37d12250ede01cd4dd24c9b1bc46c1a0b17eed05 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Mon, 9 Oct 2023 15:11:37 +0530 Subject: [PATCH] modal: Re-add required bootstrap CSS for ".modal-body". This commit adds the required bootstrap CSS rules for ".modal-body" elements to modal.css so that we can remove them from bootstrap.css. --- web/styles/modal.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/modal.css b/web/styles/modal.css index 9cd6baec7a..761747ec2e 100644 --- a/web/styles/modal.css +++ b/web/styles/modal.css @@ -1,5 +1,6 @@ .modal-body { max-height: 60vh; + padding: 15px; } .modal-bg {