From b0b963fb7c73d6c70a0129607cc9d3a553b389b7 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Tue, 31 Jan 2023 09:24:50 +0100 Subject: [PATCH] :bug: Fix onboarding poll --- frontend/resources/styles/main/partials/modal.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/resources/styles/main/partials/modal.scss b/frontend/resources/styles/main/partials/modal.scss index b0b118cf6..456364fb6 100644 --- a/frontend/resources/styles/main/partials/modal.scss +++ b/frontend/resources/styles/main/partials/modal.scss @@ -801,6 +801,7 @@ background-color: $color-white; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); display: flex; + max-height: 710px; min-height: 420px; flex-direction: row; font-family: "sourcesanspro", sans-serif;