From 21cc3722a1e9e4b00cca6bb5c510f72fe636e62d Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 18 Sep 2024 18:47:46 +0200 Subject: [PATCH] fix(projects): description not visible on mobile (cherry picked from commit 6d9bda8cc1a44bcd3446df2e3a414802f96dc476) --- frontend/src/components/misc/Modal.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/misc/Modal.vue b/frontend/src/components/misc/Modal.vue index 5aa987ae8..3dbcd49e7 100644 --- a/frontend/src/components/misc/Modal.vue +++ b/frontend/src/components/misc/Modal.vue @@ -225,6 +225,7 @@ $modal-width: 1024px; .modal-content { position: static; + max-height: none; } .close { @@ -238,6 +239,7 @@ $modal-width: 1024px; display: flex; flex-direction: column; justify-content: space-between; + margin-bottom: 0 !important; } }