Browse Source

UI: fixed widget preview height in widget type autocomplete

pull/13798/head
Ekaterina Chantsova 1 year ago
parent
commit
7a38efb416
  1. 3
      ui-ngx/src/app/modules/home/pages/widget/widget-type-autocomplete.component.scss

3
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;
}

Loading…
Cancel
Save