aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-11 03:32:28 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-11 03:32:28 +0200
commiteeef1164c22a73d04eb0bd643a07f1d901425770 (patch)
tree2c16c14480ae815aa7b634bf78a5f2097757c6f5
parentREADME: update (diff)
downloadlinux-status-eeef1164c22a73d04eb0bd643a07f1d901425770.tar.gz
linux-status-eeef1164c22a73d04eb0bd643a07f1d901425770.zip
index.html: get rid of extra whitespace
Diffstat (limited to '')
-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;