From f1febf7ae41eb543eca55e2e9d59a20ca8fa032c Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Wed, 11 Jul 2018 14:40:00 +0300 Subject: [PATCH] descrease margin --- example/tools-inline/term/term.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/tools-inline/term/term.css b/example/tools-inline/term/term.css index 5a0d6128..f53cc4d0 100644 --- a/example/tools-inline/term/term.css +++ b/example/tools-inline/term/term.css @@ -20,5 +20,5 @@ color: #3c3434; padding: 1px 3px; border-radius: 2px; - margin: 0 4px; + margin: 0 2px; }