aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/attachment/attachment.vue1
1 files changed, 1 insertions, 0 deletions
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 */
}
}
}