From 543127c1e656ed011b09628e355826125e7acf38 Mon Sep 17 00:00:00 2001 From: Artem Anufrij Date: Mon, 22 May 2017 19:41:53 +0200 Subject: [PATCH] 'add new stack' margin Signed-off-by: Artem Anufrij --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index c0af9ee9b..28142a820 100644 --- a/css/style.css +++ b/css/style.css @@ -221,7 +221,7 @@ button:hover { #stack-add { background-color: rgba(240,240,240,.9); border-radius: 3px; - margin-right: 12px; + margin-right: 3px; } #stack-add > form {