Make the message break into a new line instead of truncating it
This commit is contained in:
parent
68f33e4277
commit
a1e4ee960a
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
.commit-title {
|
||||
margin: 0;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.ci-table {
|
||||
|
|
|
|||
Loading…
Reference in New Issue