Make the message break into a new line instead of truncating it

This commit is contained in:
Filipa Lacerda 2018-04-16 16:52:15 +01:00
parent 68f33e4277
commit a1e4ee960a
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
2 changed files with 2 additions and 3 deletions

View File

@ -174,9 +174,7 @@
{{ title }}
</a>
</span>
<span
class="flex-truncate-child"
v-else>
<span v-else>
Can't find HEAD commit for this branch
</span>
</div>

View File

@ -14,6 +14,7 @@
.commit-title {
margin: 0;
white-space: normal;
}
.ci-table {