[Glitch] RTL: fix toot privacy preferences radio buttonss

Port e961a763a2 to glitch-soc
signup-info-prompt
Masoud Abkenar 2018-10-30 00:49:29 +01:00 committed by Thibaut Girka
parent e32a4f55fe
commit 3aa2418217
1 changed files with 5 additions and 0 deletions

View File

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