diff --git a/ui/scss/component/_modal.scss b/ui/scss/component/_modal.scss index 74597dc8f..c28ba313e 100644 --- a/ui/scss/component/_modal.scss +++ b/ui/scss/component/_modal.scss @@ -31,6 +31,8 @@ padding: $spacing-vertical; box-shadow: $box-shadow-layer; max-width: 400px; + + word-break: break-word; } .modal__header { @@ -78,4 +80,4 @@ max-height: 400px; max-width: 400px; overflow-y: hidden; -} \ No newline at end of file +}