Skip to content

Commit

Permalink
RTL: fix toot privacy preferences radio buttonss (#9146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masoud Abkenar authored and Gargron committed Oct 29, 2018
1 parent 5ee0b51 commit e961a76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/javascript/styles/mastodon/rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -374,4 +374,9 @@ body.rtl {
padding-left: 0;
padding-right: 10px;
}

.simple_form .input.radio_buttons .radio > label input {
left: auto;
right: 0;
}
}

0 comments on commit e961a76

Please sign in to comment.