diff options
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 d9c89cc..cc54e18 100644 --- a/static/style.css +++ b/static/style.css @@ -229,6 +229,7 @@ a:hover { flex-direction: row; grid-template-columns: 1rem minmax(0, 1fr); gap: 1rem; + overflow: scroll; } .commit-info { |