diff --git a/stylus/modals.styl b/stylus/modals.styl index 2b05ee9..151ceaa 100644 --- a/stylus/modals.styl +++ b/stylus/modals.styl @@ -37,8 +37,9 @@ translate(0, -25%); transition-transform(0.3s ease-out); - &.in .modal-dialog - translate(0, 0) + &.in + .modal-dialog + translate(0, 0) // Shell div to position the modal with bottom padding .modal-dialog {