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 */ } } }