From 4003b08fbef0b9b01857389d52a5eef83760c8d4 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 8 Jan 2023 16:32:56 +0000 Subject: [PATCH] Fix table --- public/static/style/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/static/style/main.css b/public/static/style/main.css index 532f8fa..313ebfb 100644 --- a/public/static/style/main.css +++ b/public/static/style/main.css @@ -47,9 +47,12 @@ img { table { display: block; border-collapse: collapse; - width: 100%; overflow: auto; } +tbody { + display: table; + width: 100%; +} td, th { text-align: left; padding: .5rem;