1
0
Fork 0

Fix horizontal overflow on rtl languages

This commit is contained in:
Chocobozzz 2022-10-31 14:45:21 +01:00
parent 5fc4a1825c
commit e4d9696af5
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 1 deletions

View File

@ -448,7 +448,10 @@
[type=radio]:checked,
[type=radio]:not(:checked) {
position: absolute;
left: -9999px;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
[type=radio]:checked + label,