aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--html/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/index.html b/html/index.html
index 99a09be..944005c 100644
--- a/html/index.html
+++ b/html/index.html
@@ -211,7 +211,7 @@ function make_docker_table(data) {
body.append(make_docker_table_row(info));
});
let table = $('<div/>', {'class': 'table-responsive'})
- .append($('<table/>', {'class': 'table table-hover table-sm text-nowrap'})
+ .append($('<table/>', {'class': 'table table-hover table-sm text-nowrap mb-0'})
.append(make_docker_table_header())
.append(body));
return table;