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; +}