From 7a38efb416f69660a65e42befee5d0241acc4b5c Mon Sep 17 00:00:00 2001 From: Ekaterina Chantsova Date: Wed, 30 Jul 2025 15:25:24 +0300 Subject: [PATCH] UI: fixed widget preview height in widget type autocomplete --- .../home/pages/widget/widget-type-autocomplete.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui-ngx/src/app/modules/home/pages/widget/widget-type-autocomplete.component.scss b/ui-ngx/src/app/modules/home/pages/widget/widget-type-autocomplete.component.scss index e28d8ec14a..c8f678d679 100644 --- a/ui-ngx/src/app/modules/home/pages/widget/widget-type-autocomplete.component.scss +++ b/ui-ngx/src/app/modules/home/pages/widget/widget-type-autocomplete.component.scss @@ -24,7 +24,8 @@ } .tb-widget-type-option-image-preview { width: 36px; - max-height: 100%; + height: 100%; + max-height: 36px; object-fit: contain; border-radius: 6px; }