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
This commit is contained in:
Kevin R 2021-03-24 11:49:31 +00:00
commit 2a9728684f

View File

@ -82,6 +82,7 @@ input:checked + .slider:before {
.switch label {
position: absolute;
left: 60px;
word-break: keep-all;
}
label {