diff options
| -rw-r--r-- | www/cgit.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/cgit.css b/www/cgit.css index 668605d..cd30534 100644 --- a/www/cgit.css +++ b/www/cgit.css | |||
| @@ -81,6 +81,8 @@ div#cgit table#header td.main { | |||
| 81 | color: var(--color-on-surface); | 81 | color: var(--color-on-surface); |
| 82 | display: block; | 82 | display: block; |
| 83 | flex-grow: 1; | 83 | flex-grow: 1; |
| 84 | text-overflow: ellipsis; | ||
| 85 | overflow-x: hidden; | ||
| 84 | } | 86 | } |
| 85 | 87 | ||
| 86 | div#cgit table#header td.main a { | 88 | div#cgit table#header td.main a { |
