From 974702efc6ae8359fb3db600316807b5121ab538 Mon Sep 17 00:00:00 2001 From: shpuld Date: Wed, 11 Apr 2018 19:47:03 +0300 Subject: [PATCH] aha, found another bug in oembed text --- src/components/attachment/attachment.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 6134f8e2..e2cc1ac0 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -116,6 +116,7 @@ } .oembed { + line-height: 1.2em; width: 100%; margin-right: 15px; display: flex;