]> cat aescling's git repositories - mastodon.git/commitdiff
Set margin between character-counter and compose-form__buttons (#4698)
authorLynx Kotoura <lynx@lv9.org>
Sat, 26 Aug 2017 12:23:20 +0000 (21:23 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 26 Aug 2017 12:23:20 +0000 (14:23 +0200)
For some languages publish translation is long.

app/javascript/styles/components.scss
app/javascript/styles/rtl.scss

index ef1797e7203fc642d03db0855f3922c6301380b5..32cf450b72520add00595c4898c7922b3f53d489 100644 (file)
 
 .character-counter__wrapper {
   line-height: 36px;
-  margin-right: 16px;
+  margin: 0 16px 0 8px;
   padding-top: 10px;
 }
 
index 4966fbc216fa4480dd3fe94b92fd57f95208c817..c8872c732af8890cce7332140dfc917cb66751bb 100644 (file)
@@ -8,7 +8,7 @@ body.rtl {
   }
 
   .character-counter__wrapper {
-    margin-right: 0;
+    margin-right: 8px;
     margin-left: 16px;
   }