Style commit message on requests list to be shortend

This commit is contained in:
Piotr Sarnacki 2014-05-08 14:34:25 +02:00
parent 1a0d004aeb
commit 286b945ba9
2 changed files with 7 additions and 1 deletions

View File

@ -25,7 +25,7 @@
-
{{/if}}
</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.message}}</td>
</tr>

View File

@ -15,3 +15,9 @@
color: $color-text-status-failed
.pr-number
border-bottom: dotted black 1px
#requests
td.commit-message
max-width: 250px
overflow: hidden
text-overflow: ellipsis