diff --git a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.scss b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.scss index aa2349a186..38fcc403b7 100644 --- a/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.scss +++ b/lib/content-services/src/lib/content-node-selector/content-node-selector-panel.component.scss @@ -1,5 +1,6 @@ /* stylelint-disable no-descending-specificity */ $content-node-selector-thumbnail-width: 35px !default; +$content-node-selector-thumbnail-max-width: 40px !default; h2.adf-search-results-label { flex: 1; @@ -128,7 +129,7 @@ h2.adf-search-results-label { &--image { min-width: $content-node-selector-thumbnail-width; width: $content-node-selector-thumbnail-width; - max-width: $content-node-selector-thumbnail-width; + max-width: $content-node-selector-thumbnail-max-width; } &:nth-child(2) { @@ -152,7 +153,8 @@ h2.adf-search-results-label { .adf-datatable-body .adf-datatable-row { min-height: 40px; - @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + @media screen and (-ms-high-contrast: active), + screen and (-ms-high-contrast: none) { padding-top: 15px; }