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

View file

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