From be19a6ce695cf580860927d39eda28ad099cf832 Mon Sep 17 00:00:00 2001 From: ErnestaP Date: Mon, 4 Mar 2024 11:40:59 +0100 Subject: [PATCH] Author's modal style's fix * ref: https://github.com/cern-sis/issues-scoap3/issues/307 --- ui/src/styles/globals.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/ui/src/styles/globals.css b/ui/src/styles/globals.css index 83acc5a8a..c070145de 100644 --- a/ui/src/styles/globals.css +++ b/ui/src/styles/globals.css @@ -503,13 +503,9 @@ div.MathJax_Display { top: 0; } -.ant-modal-content { - padding: 0 !important; -} - .ant-modal-header { border-bottom: 1px solid #e5e5e5; - padding: 15px !important; + padding-bottom: 15px !important; } .ant-modal-title { @@ -517,10 +513,6 @@ div.MathJax_Display { font-size: 16px; } -.ant-modal-body { - padding: 15px; -} - .publication-info-search .publication-info-title { font-weight: bold; }