From ce948be42183310806b063f58acfab2bcd5df101 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 19:05:44 +0800 Subject: style.css: Let's use width 100% for tables for now... adjust later --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index a57fad7..5e6d10a 100644 --- a/static/style.css +++ b/static/style.css @@ -50,8 +50,7 @@ footer a:link, footer a:visited { width: 100%; } .padding-wrapper > table { - width: auto; - max-width: 100%; + width: 100%; } a:link, a:visited { text-decoration-color: var(--text-decoration-color); -- cgit v1.2.3