Skip to content

Commit 79fe23c

Browse files
committed
Minor css change
1 parent ce595b2 commit 79fe23c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

server-core/src/main/java/io/onedev/server/web/page/project/commits/commit-detail.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
padding-top: 2px;
2222
color: #555;
2323
margin-bottom: 8px;
24+
word-break: break-word;
2425
}
2526
#commit-detail>.info>.message>.subject>.pull-right {
2627
margin-left: 8px;
@@ -81,7 +82,10 @@
8182
#commit-detail>.info>.contribution-and-parents .parents .fa {
8283
font-size: 12px;
8384
}
84-
85+
#commit-detail>.jobs {
86+
margin-bottom: 10px;
87+
}
8588
#commit-detail>.jobs>.job {
8689
margin-right: 20px;
90+
margin-bottom: 10px;
8791
}

0 commit comments

Comments
 (0)