File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
table { border-collapse : collapse; }
29
29
td , th { border-bottom : 1px solid # ddd ; padding : 5px 6px ; font-size : 13px ; text-align : left; vertical-align : baseline; }
30
30
tr : nth-child (even) { background : # eee ; }
31
- # queue tr > td : nth-child ( 8 ) { word-break : break-all; }
31
+
32
32
a {
33
33
text-decoration : none;
34
34
}
65
65
animation : barber-pole 1s linear infinite;
66
66
}
67
67
.number { text-align : right; }
68
+ .wrap-text { word-break : break-all; }
68
69
69
70
/* Make a non-zero priority stand out by making 0 normal and gray,
70
71
and non-zero bold and black. */
@@ -197,7 +198,7 @@ <h1>Homu queue - {% if repo_url %}<a href="{{repo_url}}" target="_blank">{{repo_
197
198
</ td >
198
199
< td class ="{{state.mergeable}} "> {{state.mergeable}}</ td >
199
200
< td > {{state.title}}</ td >
200
- < td > {{state.head_ref}}</ td >
201
+ < td class =" wrap-text " > {{state.head_ref}}</ td >
201
202
< td > {{state.assignee}}</ td >
202
203
< td > {{state.approved_by}}</ td >
203
204
< td class ="priority " data-priority ="{{state.priority}} "> {{state.priority}}</ td >
You can’t perform that action at this time.
0 commit comments