From ce948be42183310806b063f58acfab2bcd5df101 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 19:05:44 +0800 Subject: [PATCH] style.css: Let's use width 100% for tables for now... adjust later --- static/style.css | 3 +-- diff --git a/static/style.css b/static/style.css index a57fad7f1426d09e2878b0a027eb10b2c58b8835..5e6d10ad2bb8291f13f491292017f58a26574c14 100644 --- a/static/style.css +++ b/static/style.css @@ -50,8 +50,7 @@ .padding-wrapper > * { width: 100%; } .padding-wrapper > table { - width: auto; - max-width: 100%; + width: 100%; } a:link, a:visited { text-decoration-color: var(--text-decoration-color); -- 2.48.1