From 6f217836e5d1beb4c8bcc9be10eec9c3ef553855 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Sat, 15 Apr 2023 11:39:21 +0200 Subject: [PATCH] Improve info message style --- apps/client/src/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/styles.scss b/apps/client/src/styles.scss index 73d7d4ded..942e75294 100644 --- a/apps/client/src/styles.scss +++ b/apps/client/src/styles.scss @@ -464,7 +464,7 @@ ngx-skeleton-loader { } .with-info-message { - height: calc(100vh - 5rem - 3.5rem) !important; + height: calc(100vh - 5rem - 3.5rem + 0.5rem) !important; } .with-placeholder-as-option {