Make word-break: keep-all for dismissable banner (#19719)

This commit is contained in:
Jeong Arm 2022-11-05 00:04:25 +09:00 committed by GitHub
parent 5f9e47be34
commit f002878c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8317,6 +8317,7 @@ noscript {
font-size: 14px;
line-height: 18px;
color: $primary-text-color;
word-break: keep-all;
}
&__action {