Skip to content

Commit 2efc81d

Browse files
GiteaBotsilverwind
andauthored
Fix overflow on issue dependency (#30484) (#30494)
Backport #30484 by @silverwind Small tweak here to prevent this and likely other events from overflowing in the timeline: <img width="895" alt="Screenshot 2024-04-14 at 22 53 17" src="https://github.com/go-gitea/gitea/assets/115237/001b4f6b-f649-44ff-b2f0-c8e0dedeb384"> Co-authored-by: silverwind <[email protected]>
1 parent b266c78 commit 2efc81d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web_src/css/repo.css

+6
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,12 @@ td .commit-summary {
10631063
margin-left: 15px;
10641064
}
10651065

1066+
.repository.view.issue .comment-list .event .detail .text {
1067+
overflow: hidden;
1068+
white-space: nowrap;
1069+
text-overflow: ellipsis;
1070+
}
1071+
10661072
.repository.view.issue .comment-list .event .segments {
10671073
box-shadow: none;
10681074
}

0 commit comments

Comments
 (0)