mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix horizontal overflow on rtl languages
This commit is contained in:
parent
5fc4a1825c
commit
e4d9696af5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user