Skip to content

Commit

Permalink
CIVIMM-249: 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 2fbed86 commit 547e9e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 1 addition & 6 deletions scss/civicrm/administer/customize-data/_customize-data.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//stylelint-disable selector-max-compound-selectors, max-nesting-depth, selector-max-id
&#{civi-page('admin-custom-group')} {
#options table td:last-of-type {
width: 250px;
Expand Down Expand Up @@ -141,12 +142,6 @@
tr {
padding: 0;

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

&:last-child {
td {
padding-bottom: 20px;
Expand Down
4 changes: 4 additions & 0 deletions scss/civicrm/administer/settings/_resource-urls.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//stylelint-disable selector-max-compound-selectors, max-nesting-depth

&#{civi-page('admin-setting-url')},
&#{civi-page('admin-setting-mapping')},
&#{civi-page('admin-setting-path')},
Expand All @@ -7,6 +9,8 @@
@include civicrm-table;

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

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

0 comments on commit 547e9e9

Please sign in to comment.