From d5592b9e01334a90ae68f63495ef88c02e799db0 Mon Sep 17 00:00:00 2001 From: tomasz hanaj <12088991+tomaszhanaj@users.noreply.github.com> Date: Fri, 16 Dec 2022 17:50:21 +0100 Subject: [PATCH] AAE-11714 changed max-width for cropped image (#8054) --- .../content-node-selector-panel.component.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; }