From 0d64d6aee646a5167d5b94217cdbd32888cf1218 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 10 Feb 2019 13:54:39 +0200 Subject: [PATCH] less/modals.less: Add missing semicolon. --- less/modals.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/modals.less b/less/modals.less index 0e516e51af3d..2fe8e56fa909 100644 --- a/less/modals.less +++ b/less/modals.less @@ -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;