From eeef1164c22a73d04eb0bd643a07f1d901425770 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 11 Apr 2022 03:32:28 +0200 Subject: index.html: get rid of extra whitespace --- html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = $('
', {'class': 'table-responsive'}) - .append($('', {'class': 'table table-hover table-sm text-nowrap'}) + .append($('
', {'class': 'table table-hover table-sm text-nowrap mb-0'}) .append(make_docker_table_header()) .append(body)); return table; -- cgit v1.2.3