diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2023-03-19 22:46:04 +0200 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2023-03-19 22:46:04 +0200 |
commit | d1774f5a6d25242d659b1a08656de9e20fa84e26 (patch) | |
tree | b8c3a134baf9c88c56dc91e844add270e3937887 /static | |
parent | 4f5d35ffd22e8727c25ba0b028c0baade25cb32f (diff) | |
download | legit-d1774f5a6d25242d659b1a08656de9e20fa84e26.tar.gz legit-d1774f5a6d25242d659b1a08656de9e20fa84e26.tar.bz2 legit-d1774f5a6d25242d659b1a08656de9e20fa84e26.zip |
css: fix table overflow
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 2fa2e9d..cfffb82 100644 --- a/static/style.css +++ b/static/style.css @@ -258,6 +258,7 @@ a:hover { gap: 1rem; padding: 0.5rem; background: var(--light-gray); + overflow-x: auto; } .file-content { |