about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/composer.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-07-17 17:55:09 +0200
committerThibG <thib@sitedethib.com>2019-07-18 20:56:20 +0200
commit964c78c118e76f9595328625f2f9975d3cec7cf5 (patch)
tree6bb3c3ed0aa432abdfce6dbfe243ec8365e94dab /app/javascript/flavours/glitch/styles/components/composer.scss
parent4199f7fd875abb0f61d1d19bf7afcc82c9c8e0ac (diff)
Fix some SCSS for RTL behavior
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/composer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/composer.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/composer.scss b/app/javascript/flavours/glitch/styles/components/composer.scss
index 3eb5551c6..1044b13c1 100644
--- a/app/javascript/flavours/glitch/styles/components/composer.scss
+++ b/app/javascript/flavours/glitch/styles/components/composer.scss
@@ -605,7 +605,7 @@
 
   & > .side_arm {
     display: inline-block;
-    margin: 0 2px 0 0;
+    margin: 0 2px;
     padding: 0;
     width: 36px;
     text-align: center;