Skip to content

Commit

Permalink
less/modals.less: Add missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 11, 2019
1 parent 48c5d7b commit 0d64d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/modals.less
Expand Up @@ -33,7 +33,7 @@
.translate(0, -25%);
.transition-transform(~"0.3s ease-out");
}
&.in .modal-dialog { .translate(0, 0) }
&.in .modal-dialog { .translate(0, 0); }
}
.modal-open .modal {
overflow-x: hidden;
Expand Down

0 comments on commit 0d64d6a

Please sign in to comment.