Style commit message on requests list to be shortend
This commit is contained in:
parent
1a0d004aeb
commit
286b945ba9
|
@ -25,7 +25,7 @@
|
||||||
-
|
-
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</td>
|
</td>
|
||||||
<td>{{{formatMessage request.commit.message short="true" repoBinding=build.repo}}}</td>
|
<td class="commit-message">{{{formatMessage request.commit.message short="true" repoBinding=build.repo}}}</td>
|
||||||
<td>{{request.type}}</td>
|
<td>{{request.type}}</td>
|
||||||
<td>{{request.message}}</td>
|
<td>{{request.message}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
|
@ -15,3 +15,9 @@
|
||||||
color: $color-text-status-failed
|
color: $color-text-status-failed
|
||||||
.pr-number
|
.pr-number
|
||||||
border-bottom: dotted black 1px
|
border-bottom: dotted black 1px
|
||||||
|
|
||||||
|
#requests
|
||||||
|
td.commit-message
|
||||||
|
max-width: 250px
|
||||||
|
overflow: hidden
|
||||||
|
text-overflow: ellipsis
|
||||||
|
|
Loading…
Reference in New Issue
Block a user