Skip to content

Commit

Permalink
Wizard: fix margin when its a modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflix committed Aug 28, 2017
1 parent a79301e commit d4b5df8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/zammad.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d4b5df8

Please sign in to comment.