5 lines
83 B
SCSS
5 lines
83 B
SCSS
|
|
.media-editor img {
|
||
|
|
max-width: 100px;
|
||
|
|
max-height: 100px;
|
||
|
|
width: auto;
|
||
|
|
}
|