Skip to content

Commit d67278c

Browse files
authored
fix: use auto image aspect ratio in text editor (#9953)
Signed-off-by: Alexander Onnikov <[email protected]>
1 parent ab61533 commit d67278c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/theme/styles/_text-editor.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@
303303
.text-editor-image-container {
304304
img {
305305
max-width: 100%;
306+
height: auto;
306307
}
307308
}
308309

0 commit comments

Comments
 (0)