A CLI-first git forge.

cli forge git self-hosted

https://gitbay.org

Commit 0483270185

04832701858d14bea6b62e4bc963f1d1897ca629

parent: 399281c14b

Verified · cmc

cmc <hello@cleberg.net> · 2026-08-25T15:43:54Z

Table cells wrap at word boundaries; the table scrolls instead
internal/web/static/style.css +1
@@ -495,6 +495,7 @@ button.linklike:hover { text-decoration: underline; filter: none; }
495495 border: 1px solid var(--line);
496496 padding: var(--sp-1) var(--sp-3);
497497 text-align: left;
498 overflow-wrap: normal; /* scroll the table, don't shatter words */
498499 }
499500 .rendered th { background: var(--surface); font-weight: 600; }
500501 .blobimage { text-align: center; }