Browse Source

RTL: fix toot privacy preferences radio buttonss (#9146)

pull/4/head
Masoud Abkenar 5 years ago
committed by Eugen Rochko
parent
commit
e961a763a2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      app/javascript/styles/mastodon/rtl.scss

+ 5
- 0
app/javascript/styles/mastodon/rtl.scss View File

@ -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…
Cancel
Save