From 1fbd6633c3f025ddf161cce04ecfd3b38891b5f7 Mon Sep 17 00:00:00 2001 From: MohanMaker Date: Wed, 16 Dec 2020 14:30:41 -0500 Subject: [PATCH] tweak table margins --- public/css/tabulator.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/tabulator.css b/public/css/tabulator.css index 9a5506dc..d7936a50 100644 --- a/public/css/tabulator.css +++ b/public/css/tabulator.css @@ -46,7 +46,8 @@ text-align: left; width: 100%; max-width: 100%; - margin-bottom: 20px; + margin-top: 6px; + margin-bottom: 12px; -ms-transform: translatez(0); transform: translatez(0); }