]> cat aescling's git repositories - mastodon.git/commitdiff
RTL: fix domain append at signup form (#9007)
authorMasoud Abkenar <ampbox@gmail.com>
Thu, 18 Oct 2018 19:19:31 +0000 (21:19 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 18 Oct 2018 19:19:31 +0000 (21:19 +0200)
app/javascript/styles/mastodon/rtl.scss

index 61a20013e9dcad11a232362dee35118f34284e92..49d9765a81b9a8d292288e042dada2088401621d 100644 (file)
@@ -219,7 +219,7 @@ body.rtl {
     padding-right: 0;
   }
 
-  .simple_form .input-with-append .append {
+  .simple_form .label_input__append {
     right: auto;
     left: 0;