Skip to content
Snippets Groups Projects
Commit e961a763 authored by Masoud Abkenar's avatar Masoud Abkenar Committed by Eugen Rochko
Browse files

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

parent 5ee0b51a
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment