From 8cdf1e3fc4ca013b770fe5265a36a000fdf049cb Mon Sep 17 00:00:00 2001 From: Swastik Pareek Date: Tue, 24 Dec 2024 18:29:56 +0530 Subject: [PATCH] CIVIMM-249: Reduce spacing for the form items inside the ui dialog box --- scss/civicrm/common/_modals.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scss/civicrm/common/_modals.scss b/scss/civicrm/common/_modals.scss index 50f4a0f1..2c71c531 100644 --- a/scss/civicrm/common/_modals.scss +++ b/scss/civicrm/common/_modals.scss @@ -44,6 +44,13 @@ padding: $crm-table-form-cell-padding; } } + + td, + th { + &:not(.label) { + padding: 4px; + } + } } &.no-border {