]> cat aescling's git repositories - mastodon.git/commitdiff
RTL: fix column settings toggle label (#9037)
authorMasoud Abkenar <ampbox@gmail.com>
Sun, 21 Oct 2018 11:31:40 +0000 (13:31 +0200)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Sun, 21 Oct 2018 11:31:40 +0000 (20:31 +0900)
app/javascript/styles/mastodon/rtl.scss

index e3f4af825cfaeb70e2620c1fe59303bfd169a0fb..a2dfbf74b7f6a9554a0775794fcdcc622da4ec49 100644 (file)
@@ -73,7 +73,7 @@ body.rtl {
     float: left;
   }
 
-  .setting-toggle {
+  .setting-toggle__label {
     margin-left: 0;
     margin-right: 8px;
   }