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

main
Jeong Arm 2 years ago committed by GitHub
parent 5f9e47be34
commit f002878c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save