gitea/web_src
zeripath b8eb282327
Truncate commit summary on repo files table. (#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

Signed-off-by: Andrew Thornton <art27@cantab.net>
2023-01-20 23:23:03 +08:00
..
fomantic Various CSS tweaks (#21244) 2022-09-22 22:00:29 -05:00
js Dropzone: Add "Copy link" button for new uploads (#22517) 2023-01-19 13:33:40 +08:00
less Truncate commit summary on repo files table. (#22551) 2023-01-20 23:23:03 +08:00
svg Embed Matrix icon as SVG (#21890) 2022-11-21 20:25:26 +00:00