Fix horizontal overflow on rtl languages
This commit is contained in:
parent
5fc4a1825c
commit
e4d9696af5
1 changed files with 4 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue