Merge pull request #13798 from ChantsovaEkaterina/bug/widget-type-autocomplete-preview

Fixed widget preview height in widget type autocomplete
This commit is contained in:
Igor Kulikov 2025-07-31 16:29:18 +03:00 committed by GitHub
commit e89aef108a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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