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;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* path for 7.0 */
|
||||||
|
.issue-content .commit-summary {
|
||||||
|
white-space: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.commit-header .commit-summary,
|
.commit-header .commit-summary,
|
||||||
td .commit-summary {
|
td .commit-summary {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
|
Loading…
Reference in a new issue