From ac78c0724cdcb444ac46a3a1de5ea9041714511d Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Tue, 1 Dec 2020 19:09:48 +0100 Subject: [PATCH] Fixed #567 - use fixed footer for whats new dialog --- src/main/resources/templates/whatsNewModal.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/whatsNewModal.ftl b/src/main/resources/templates/whatsNewModal.ftl index bed1bf43e..58165427c 100644 --- a/src/main/resources/templates/whatsNewModal.ftl +++ b/src/main/resources/templates/whatsNewModal.ftl @@ -1,7 +1,7 @@ <#global locale = static["de.thecodelabs.utils.util.Localization"]> <#import "/spring.ftl" as s> -<div id="modalWhatsNew" class="modal background-color"> +<div id="modalWhatsNew" class="modal modal-fixed-footer background-color"> <div class="modal-content"> <div class="row"> <div class="col s12"> -- GitLab