Fix stretching of some media preview in editor

media
Pat Hartl 2023-11-02 19:30:30 -05:00
parent d51eab151a
commit 262e8cd468
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@
.media-editor img { .media-editor img {
max-width: 100px; max-width: 100px;
max-height: 100px; max-height: 100px;
width: auto;
} }
.media-grabber-group { .media-grabber-group {