Skip to content

Commit

Permalink
CIVIMM-24: Fix top spacing issues for customised screens
Browse files Browse the repository at this point in the history
  • Loading branch information
swastikpareek committed Dec 25, 2024
1 parent 9b987f0 commit 59b346e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 2 additions & 6 deletions scss/civicrm/administer/customize-data/_customize-data.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//stylelint-disable

&#{civi-page('admin-custom-group')} {
#options table td:last-of-type {
width: 250px;
Expand Down Expand Up @@ -141,12 +143,6 @@
tr {
padding: 0;

&:first-child {
td {
padding-top: 20px;
}
}

&:last-child {
td {
padding-bottom: 20px;
Expand Down
2 changes: 2 additions & 0 deletions scss/civicrm/administer/settings/_resource-urls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
@include civicrm-table;

table:not(.form-layout-compressed) {
border-top: 0;

tr {
> td {
vertical-align: top;
Expand Down

0 comments on commit 59b346e

Please sign in to comment.