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:
commit
2a9728684f
|
@ -82,6 +82,7 @@ input:checked + .slider:before {
|
|||
.switch label {
|
||||
position: absolute;
|
||||
left: 60px;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
Loading…
Reference in New Issue
Block a user