From 2147807fa011119115c0d574ed1b46356d01da09 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Tue, 22 Nov 2016 15:44:45 +0100 Subject: [PATCH] Add image height css back in. Without it, Chrome stretches the image... --- 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 ea517c9e..0e2a228a 100644 --- a/src/components/attachment/attachment.vue +++ b/src/components/attachment/attachment.vue @@ -95,6 +95,7 @@ border: 1px solid; border-radius: 0.5em; width: 100%; + height: 100%; /* If this isn't here, chrome will stretch the images */ } } }