Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truncate commit summary on repo files table. #22551

Merged
merged 1 commit into from
Jan 20, 2023

Commits on Jan 20, 2023

  1. Truncate commit summary on repo files table.

    There was an unintended regression in go-gitea#21124 which assumed that
    `.commits-list .message-wrapper` would only match the commit summaries
    on `/{owner}/{name}/commits/*`. This assumption is incorrect as the
    directory/file view also uses a `.commits-list` wrapper.
    
    Rather than completely restructure this page this PR simply adjusts the
    styling to again use `display: inline-block;` for `#repo-files-table .commit-list .message-wrapper`
    
    Fix go-gitea#22360
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    abdf0a3 View commit details
    Browse the repository at this point in the history