From 6d8e98104313880750f3fa39ca218a48d2206ecc Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Tue, 25 Jun 2019 19:20:26 -0300 Subject: [PATCH] Fix styling for EditPost teaser image --- webapp/components/ContributionForm/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webapp/components/ContributionForm/index.vue b/webapp/components/ContributionForm/index.vue index 135486c10..b4bf48048 100644 --- a/webapp/components/ContributionForm/index.vue +++ b/webapp/components/ContributionForm/index.vue @@ -291,6 +291,7 @@ export default { } .hc-attachments-upload-area-update-post { + background-color: $background-color-base; align-items: center; } @@ -349,4 +350,8 @@ export default { .contribution-form-footer { border-top: $border-size-base solid $border-color-softest; } + +.contribution-image { + max-height: 300px; +}