UI: fixed widget preview height in widget type autocomplete

This commit is contained in:
Ekaterina Chantsova 2025-07-30 15:25:24 +03:00
parent 85ae3ed778
commit 7a38efb416

View File

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