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

lolsob-rspec
Jeong Arm 2022-11-05 00:04:25 +09:00 committed by GitHub
parent 5b639f9e15
commit 79106199df
1 changed files with 1 additions and 0 deletions

View File

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