Merge pull request '[UI] Fix commit messages breaking out of event history' (#3640) from 0ko/forgejo:ui-fix-break-out into v7.0/forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3640
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
Earl Warren 2024-05-05 12:12:09 +00:00
commit ba0ed5823c
1 changed files with 5 additions and 0 deletions

View File

@ -185,6 +185,11 @@
text-overflow: ellipsis;
}
/* path for 7.0 */
.issue-content .commit-summary {
white-space: unset;
}
.commit-header .commit-summary,
td .commit-summary {
white-space: normal;