Skip to content

Commit

Permalink
CIVIMM-24: Fix top spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
swastikpareek committed Dec 25, 2024
1 parent 9b987f0 commit d02cb1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scss/civicrm/administer/customize-data/_customize-data.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,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 d02cb1d

Please sign in to comment.