Make word-break: keep-all for dismissable banner (#19719)
This commit is contained in:
parent
5f9e47be34
commit
f002878c95
|
@ -8317,6 +8317,7 @@ noscript {
|
|||
font-size: 14px;
|
||||
line-height: 18px;
|
||||
color: $primary-text-color;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
&__action {
|
||||
|
|
Loading…
Reference in New Issue