Skip to content

Commit 4df1329

Browse files
committed
Fix discussion timestamp overflow in merge request parallel view
1 parent 405c4ca commit 4df1329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/assets/stylesheets/pages/notes.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ul.notes {
1616

1717
.note-created-ago,
1818
.note-updated-at {
19-
white-space: nowrap;
19+
white-space: normal;
2020
}
2121

2222
.discussion-body {

0 commit comments

Comments
 (0)