]> source.dussan.org Git - gitea.git/commit
Truncate commit summary on repo files table. (#22551) (#22552)
authorYarden Shoham <hrsi88@gmail.com>
Fri, 20 Jan 2023 15:34:52 +0000 (17:34 +0200)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 15:34:52 +0000 (23:34 +0800)
commitc320caed9700ac5e6a203a4a0dd3dbddb274c36c
treea0a30188edcfe34c98e694746de205b5d7c065aa
parentf1c826ed29ec1925c4ed080c6cf1ab0baa8c97c4
Truncate commit summary on repo files table. (#22551) (#22552)

Backport #22551
There was an unintended regression in #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 #22360
web_src/less/_repository.less