The history table's URL column (custom slug) was 100px (col-f, shared with /mine's ID column), truncating slugs to /fi.... Added a dedicated .col-url class (150px) used only by the URL column in history.html, leaving all other shared column widths untouched. /mine is unchanged (its URL column already had 190px).
Verified rendered output on a local build at 1400x900: URL th and cells measure 150px, other columns unchanged, /mine widths identical to dev tip. go build + go test pass.
Fix attempt 1. Ref #255.
The history table's URL column (custom slug) was 100px (col-f, shared with /mine's ID column), truncating slugs to /fi.... Added a dedicated .col-url class (150px) used only by the URL column in history.html, leaving all other shared column widths untouched. /mine is unchanged (its URL column already had 190px).
Verified rendered output on a local build at 1400x900: URL th and cells measure 150px, other columns unchanged, /mine widths identical to dev tip. go build + go test pass.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fix attempt 1. Ref #255.
The history table's URL column (custom slug) was 100px (col-f, shared with /mine's ID column), truncating slugs to /fi.... Added a dedicated .col-url class (150px) used only by the URL column in history.html, leaving all other shared column widths untouched. /mine is unchanged (its URL column already had 190px).
Verified rendered output on a local build at 1400x900: URL th and cells measure 150px, other columns unchanged, /mine widths identical to dev tip. go build + go test pass.