From 0e716e3cd9e58b567245002687ac39ea18837336 Mon Sep 17 00:00:00 2001 From: shpuld Date: Wed, 8 Nov 2017 15:09:02 +0200 Subject: [PATCH] Fix oembeds from overflowing on Firefox, fix video border color as well as vertical size. --- src/components/attachment/attachment.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue index 870ee233..98cd97fb 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -11,7 +11,7 @@ - + @@ -59,6 +59,7 @@ } video { + max-height: 500px; height: 100%; border: 1px solid; border-radius: 5px; @@ -103,6 +104,7 @@ .text { flex: 2; margin: 8px; + word-break: break-all; h1 { font-size: 14px; margin: 0px;