UI: fixed widget preview height in widget type autocomplete
This commit is contained in:
parent
85ae3ed778
commit
7a38efb416
@ -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…
x
Reference in New Issue
Block a user