From 645425555b0b9f26e2c3c91a723a7048aa457369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6hrl?= Date: Mon, 11 May 2020 13:52:05 +0200 Subject: [PATCH] fixes the attachment modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakob Röhrl --- src/components/card/CardSidebar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 1d47bd590..403a9653c 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -608,7 +608,7 @@ export default { .modal__content { width: 25vw; min-width: 250px; - height: 120px; + min-height: 120px; text-align: center; margin: 20px 20px 60px 20px; padding-bottom: 20px;