1
0
mirror of https://framagit.org/tykayn/mastodon.git synced 2023-08-25 08:33:12 +02:00

RTL: fix toot privacy preferences radio buttonss ()

This commit is contained in:
Masoud Abkenar 2018-10-30 00:49:29 +01:00 committed by Eugen Rochko
parent 5ee0b51ac8
commit e961a763a2

@ -374,4 +374,9 @@ body.rtl {
padding-left: 0; padding-left: 0;
padding-right: 10px; padding-right: 10px;
} }
.simple_form .input.radio_buttons .radio > label input {
left: auto;
right: 0;
}
} }