From d4b5df81ed22435e58700edac1e0f25606768455 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Mon, 28 Aug 2017 22:55:18 +0200 Subject: [PATCH] Wizard: fix margin when its a modal --- app/assets/stylesheets/zammad.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 73acb3bd0..deaf3abaf 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -5991,6 +5991,10 @@ footer { max-width: 660px; margin-top: 35px; margin-bottom: 35px; + + &.wizard { + margin: 35px auto; + } } .modal--large .modal-dialog { max-width: 740px;