diff options
| author | Christian Cleberg <[email protected]> | 2025-04-13 20:10:08 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-04-13 20:10:08 -0500 |
| commit | af9f5ab09c27be1b578d2712c43010786d95d357 (patch) | |
| tree | 86555601fcdf68b2507e1f0963c7a06f02a0d38c /theme/static/styles.css | |
| parent | a25101dc5baceab07a073aa33d2a9db90d2fd876 (diff) | |
| download | cleberg.net-af9f5ab09c27be1b578d2712c43010786d95d357.tar.gz cleberg.net-af9f5ab09c27be1b578d2712c43010786d95d357.tar.bz2 cleberg.net-af9f5ab09c27be1b578d2712c43010786d95d357.zip | |
fit tables to page width
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index f296c7d..dbbeb70 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -392,6 +392,7 @@ table { Lucida Console, monospace; font-size: 0.9rem; + width: 100%; } thead, |
