diff --git a/themes/finc/scss/components/_headings.scss b/themes/finc/scss/components/_headings.scss index 1ce00c00eec116930c90f871b8a81f3968f81eab..79658dd835af97acff567ce2c5b2aba869ef924b 100644 --- a/themes/finc/scss/components/_headings.scss +++ b/themes/finc/scss/components/_headings.scss @@ -47,8 +47,12 @@ h2 { } } } -} + //// Search results + .result-body & { + margin: 0; + } +} // ***************************************************************** // ************ h3 ************************************************* diff --git a/themes/finc/scss/components/_result-list.scss b/themes/finc/scss/components/_result-list.scss index ef3a5621faedae3836a3c739578550ffb427bf0d..81e273f2d7db237dd507d84d63010105a84144cd 100644 --- a/themes/finc/scss/components/_result-list.scss +++ b/themes/finc/scss/components/_result-list.scss @@ -7,6 +7,12 @@ // ************ Media container ************************************ // ***************************************************************** +// re-define header for records in list of result, #19396 +header { + background-color: transparent; + width: auto; +} + .record, .result { // make sure that results items use max. available space on XS