diff options
| author | shpuld <shp@cock.li> | 2017-11-21 10:52:09 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-21 10:52:09 +0200 |
| commit | 4e07b89bcfb821afb65d39eb389bcb0b4de697c8 (patch) | |
| tree | 7c5d9d93b83da653e5e241ca7cc99b3e2aee3108 /src/components/attachment/attachment.vue | |
| parent | 592c1cfd780ea8d5e9523a9875be698501293dc8 (diff) | |
not so \!important after all
Diffstat (limited to 'src/components/attachment/attachment.vue')
| -rw-r--r-- | src/components/attachment/attachment.vue | 7 |
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; |
