aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment/attachment.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-21 10:52:09 +0200
committershpuld <shp@cock.li>2017-11-21 10:52:09 +0200
commit4e07b89bcfb821afb65d39eb389bcb0b4de697c8 (patch)
tree7c5d9d93b83da653e5e241ca7cc99b3e2aee3108 /src/components/attachment/attachment.vue
parent592c1cfd780ea8d5e9523a9875be698501293dc8 (diff)
not so \!important after all
Diffstat (limited to 'src/components/attachment/attachment.vue')
-rw-r--r--src/components/attachment/attachment.vue7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index 7a5923b4..57ff2625 100644
--- a/src/components/attachment/attachment.vue
+++ b/src/components/attachment/attachment.vue
@@ -34,6 +34,13 @@
display: flex;
flex-wrap: wrap;
margin-right: -0.7em;
+
+ .attachment.media-upload-container {
+ flex: 0 0 auto;
+ max-height: 300px;
+ max-width: 100%;
+ }
+
.attachment {
flex: 1 0 30%;
margin: 0.5em 0.7em 0.6em 0.0em;