[UI] Fix commit messages breaking out of event history

Regression of 8b54d38cbe.
This is 7.0 specific path for the issue. The design of this area is not compatible with 8.0, and thus there's no startightforward way to make it look like on 8.0.
This commit is contained in:
0ko 2024-05-05 15:40:25 +05:00
parent 10b919d3ca
commit e59f92dec8
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;