From ed8beee5ff38f9c44a90cca396b04c8f469be831 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 25 Jun 2019 12:26:38 +0000 Subject: [PATCH] Elastic: Unify margin on #compose-attachments --- skins/elastic/styles/styles.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/elastic/styles/styles.less b/skins/elastic/styles/styles.less index 5bcbad5b1..cc24086db 100644 --- a/skins/elastic/styles/styles.less +++ b/skins/elastic/styles/styles.less @@ -370,7 +370,7 @@ body.task-error-login #layout { } #compose-attachments { - margin: .5rem .5rem 0 .5rem; + margin: 1rem 1rem 0 1rem; } #composestatusbar {