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 +}