diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 19:05:44 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 19:05:44 +0800 |
commit | ce948be42183310806b063f58acfab2bcd5df101 (patch) | |
tree | 66e5aa3544bca91326c6836c9d7b13d78f0dfb95 /static/style.css | |
parent | repo_index: Don't display commit IDs (diff) | |
download | forge-ce948be42183310806b063f58acfab2bcd5df101.tar.gz forge-ce948be42183310806b063f58acfab2bcd5df101.tar.zst forge-ce948be42183310806b063f58acfab2bcd5df101.zip |
style.css: Let's use width 100% for tables for now... adjust later
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
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); |