forked from cybrespace/mastodon
RTL: fix domain append at signup form (#9007)
This commit is contained in:
parent
007f7690fa
commit
65b3804a6c
|
@ -219,7 +219,7 @@ body.rtl {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple_form .input-with-append .append {
|
.simple_form .label_input__append {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue