Merge pull request #13798 from ChantsovaEkaterina/bug/widget-type-autocomplete-preview
Fixed widget preview height in widget type autocomplete
This commit is contained in:
commit
e89aef108a
@ -24,7 +24,8 @@
|
|||||||
}
|
}
|
||||||
.tb-widget-type-option-image-preview {
|
.tb-widget-type-option-image-preview {
|
||||||
width: 36px;
|
width: 36px;
|
||||||
max-height: 100%;
|
height: 100%;
|
||||||
|
max-height: 36px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user