diff --git a/stylesheets/modules/common/message-bar.less b/stylesheets/modules/common/message-bar.less index a8f740ef8..ee159b222 100644 --- a/stylesheets/modules/common/message-bar.less +++ b/stylesheets/modules/common/message-bar.less @@ -43,7 +43,7 @@ font-style: italic; list-style: none; margin: 6px 0 0; - white-space: break-spaces; + white-space: break-spaces; } } .mz-messagebar { @@ -53,6 +53,8 @@ &.is-showing { animation: errorpop 0.5s ease-out 1 normal; -webkit-animation: errorpop 0.5s ease-out 1 normal; + word-wrap: break-word; + word-break: break-all; } @@ -108,5 +110,5 @@ right: 30px; font-size: 15px; } - + }