From 96801bb54fdd45caa344db62adee8d951d3545a3 Mon Sep 17 00:00:00 2001 From: Marco Bomfim Date: Wed, 6 Nov 2019 16:49:34 -0300 Subject: [PATCH] fix(editor): Fix embed thumbnail height --- webapp/components/Editor/Editor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/components/Editor/Editor.vue b/webapp/components/Editor/Editor.vue index fa37c64dc..234d94d2d 100644 --- a/webapp/components/Editor/Editor.vue +++ b/webapp/components/Editor/Editor.vue @@ -377,6 +377,7 @@ li > p { .embed-preview-image { width: 100%; height: auto; + max-height: 450px; } .embed-preview-image--clickable {