aboutsummaryrefslogtreecommitdiffstats
path: root/interface/index.html
diff options
context:
space:
mode:
authormoisseev <moiseev@mezonplus.ru>2020-07-21 13:32:48 +0300
committermoisseev <moiseev@mezonplus.ru>2020-07-21 13:32:48 +0300
commit1bdbcdc60b47060d84d423141b53d74946923dda (patch)
tree77416c09d8c70c303f8b6fe7231a355ce81e5cfb /interface/index.html
parent44f9bb202d626f92deedf513d3b020a5f39ff0d6 (diff)
downloadrspamd-1bdbcdc60b47060d84d423141b53d74946923dda.tar.gz
rspamd-1bdbcdc60b47060d84d423141b53d74946923dda.zip
[Minor] Remove superfluous bottom margins
Diffstat (limited to 'interface/index.html')
-rw-r--r--interface/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface/index.html b/interface/index.html
index beb2651c9..7fc1aac50 100644
--- a/interface/index.html
+++ b/interface/index.html
@@ -325,7 +325,7 @@
</div>
<div class="card-body nopadding">
<div id="scanLog">
- <table class="table" id="historyTable_scan"></table>
+ <table class="table mb-0" id="historyTable_scan"></table>
</div>
</div>
</div>
@@ -452,7 +452,7 @@
</div>
</div>
<div class="card-body nopadding">
- <table class="table table-hover" id="errorsLog"></table>
+ <table class="table table-hover mb-0" id="errorsLog"></table>
</div>
</div>