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 }}
|
{{ title }}
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
<span
|
<span v-else>
|
||||||
class="flex-truncate-child"
|
|
||||||
v-else>
|
|
||||||
Can't find HEAD commit for this branch
|
Can't find HEAD commit for this branch
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
.commit-title {
|
.commit-title {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ci-table {
|
.ci-table {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue