From 5a64ed6658666302b2a9892de2ba95fe04ba5dca Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Sat, 18 Apr 2020 00:39:06 +0500 Subject: [PATCH] fix: css xls button position --- pages/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.scss b/pages/index.scss index 5e04d2b..131aa81 100644 --- a/pages/index.scss +++ b/pages/index.scss @@ -109,8 +109,8 @@ } .table-actions { - float: right; - margin-bottom: -100px; + text-align: right; + margin-bottom: -10px; .btn-excel { color: #008000; }