Browse Source

RTL: fix column settings toggle label (#9037)

master
Masoud Abkenar 5 years ago
committed by Yamagishi Kazutoshi
parent
commit
bf58461d36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon/rtl.scss

+ 1
- 1
app/javascript/styles/mastodon/rtl.scss View File

@@ -73,7 +73,7 @@ body.rtl {
float: left;
}

.setting-toggle {
.setting-toggle__label {
margin-left: 0;
margin-right: 8px;
}


Loading…
Cancel
Save