mirror of
https://github.com/go-gitea/gitea.git
synced 2026-07-10 21:59:04 +00:00
Backport #38379 by @silverwind https://github.com/go-gitea/gitea/pull/37594 widened the author column from `three wide` to `four wide`, leaving a large empty gap around the SHA column in the common single-author case. The old author cell was capped at 180px, so the wider column only adds whitespace: avatar-stack names ellipsize at 240px each, and wider multi-author rows still expand naturally in the auto-layout table. Restore the pre-existing `three`/`eight` widths. Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: bircni <bircni@icloud.com>