Skip to content

Commit 2a97286

Browse files
committed
Merge branch 'fix-cjk-switch-label' into 'master'
Prevent CJK text from breaking in switch label in the popup Closes #466 See merge request KevinRoebert/ClearUrls!85
2 parents e80a919 + 0e983d0 commit 2a97286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/switchButtons.css

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ input:checked + .slider:before {
8282
.switch label {
8383
position: absolute;
8484
left: 60px;
85+
word-break: keep-all;
8586
}
8687

8788
label {

0 commit comments

Comments
 (0)