From 04519678831e1a126771d6cdf25b3a0ad214aef5 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Sat, 29 Jul 2017 12:59:47 -0400 Subject: [PATCH] Add missing semi-colon --- ui/scss/component/_modal.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/scss/component/_modal.scss b/ui/scss/component/_modal.scss index f5249341d..c28ba313e 100644 --- a/ui/scss/component/_modal.scss +++ b/ui/scss/component/_modal.scss @@ -32,7 +32,7 @@ box-shadow: $box-shadow-layer; max-width: 400px; - word-break: break-word + word-break: break-word; } .modal__header { @@ -80,4 +80,4 @@ max-height: 400px; max-width: 400px; overflow-y: hidden; -} \ No newline at end of file +}