Skip to content

Commit

Permalink
CIVIMM-249: Reduce spacing for the form items inside the ui dialog box
Browse files Browse the repository at this point in the history
  • Loading branch information
swastikpareek committed Dec 24, 2024
1 parent efdaaa1 commit 8cdf1e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/civicrm/common/_modals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
padding: $crm-table-form-cell-padding;
}
}

td,
th {
&:not(.label) {
padding: 4px;
}
}
}

&.no-border {
Expand Down

0 comments on commit 8cdf1e3

Please sign in to comment.