From: Masoud Abkenar Date: Sun, 21 Oct 2018 11:31:40 +0000 (+0200) Subject: RTL: fix column settings toggle label (#9037) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=bf58461d365b5cee0d8a80a019a64e84c841f32f;p=mastodon.git RTL: fix column settings toggle label (#9037) --- diff --git a/app/javascript/styles/mastodon/rtl.scss b/app/javascript/styles/mastodon/rtl.scss index e3f4af825..a2dfbf74b 100644 --- a/app/javascript/styles/mastodon/rtl.scss +++ b/app/javascript/styles/mastodon/rtl.scss @@ -73,7 +73,7 @@ body.rtl { float: left; } - .setting-toggle { + .setting-toggle__label { margin-left: 0; margin-right: 8px; }