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:
commit
ba0ed5823c
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue