RTL: fix toot privacy preferences radio buttonss (#9146)
parent
5ee0b51ac8
commit
e961a763a2
|
@ -374,4 +374,9 @@ body.rtl {
|
|||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.simple_form .input.radio_buttons .radio > label input {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue