aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-11 19:05:44 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-11 19:05:44 +0800
commitce948be42183310806b063f58acfab2bcd5df101 (patch)
tree66e5aa3544bca91326c6836c9d7b13d78f0dfb95 /static
parentrepo_index: Don't display commit IDs (diff)
downloadforge-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 '')
-rw-r--r--static/style.css3
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);