mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-17 06:35:37 +07:00
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:
@@ -82,6 +82,7 @@ input:checked + .slider:before {
|
|||||||
.switch label {
|
.switch label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 60px;
|
left: 60px;
|
||||||
|
word-break: keep-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
|||||||
Reference in New Issue
Block a user