diff --git a/scss/civicrm/administer/customize-data/_customize-data.scss b/scss/civicrm/administer/customize-data/_customize-data.scss index b5bca72f..4c570553 100644 --- a/scss/civicrm/administer/customize-data/_customize-data.scss +++ b/scss/civicrm/administer/customize-data/_customize-data.scss @@ -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; @@ -141,12 +142,6 @@ tr { padding: 0; - &:first-child { - td { - padding-top: 20px; - } - } - &:last-child { td { padding-bottom: 20px; diff --git a/scss/civicrm/administer/settings/_resource-urls.scss b/scss/civicrm/administer/settings/_resource-urls.scss index 89e2c894..b25b434e 100644 --- a/scss/civicrm/administer/settings/_resource-urls.scss +++ b/scss/civicrm/administer/settings/_resource-urls.scss @@ -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')}, @@ -7,6 +9,8 @@ @include civicrm-table; table:not(.form-layout-compressed) { + border-top: 0; + tr { > td { vertical-align: top;