fix(editor): Fix embed thumbnail height

This commit is contained in:
Marco Bomfim 2019-11-06 16:49:34 -03:00
parent 5609622e4a
commit 96801bb54f

View File

@ -377,6 +377,7 @@ li > p {
.embed-preview-image { .embed-preview-image {
width: 100%; width: 100%;
height: auto; height: auto;
max-height: 450px;
} }
.embed-preview-image--clickable { .embed-preview-image--clickable {