From 508674f404a0c880c4e2470111cfdfec1b23ffb7 Mon Sep 17 00:00:00 2001 From: Philippe Le Van Date: Tue, 31 Jul 2018 06:59:06 +0200 Subject: [PATCH] little more bottom margin after review Signed-off-by: Philippe Le Van --- css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index dcd8940da..a94b60938 100644 --- a/css/style.scss +++ b/css/style.scss @@ -520,7 +520,7 @@ input.input-inline { li { padding: 0 4px; - margin: 0 2px 1px 0; + margin: 0 2px 2px 0; border-radius: 3px; font-size: 75%; border: none transparent;