Commit a1e4ee96 authored by Filipa Lacerda's avatar Filipa Lacerda

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

parent 68f33e42
...@@ -174,9 +174,7 @@ ...@@ -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 @@ ...@@ -14,6 +14,7 @@
.commit-title { .commit-title {
margin: 0; margin: 0;
white-space: normal;
} }
.ci-table { .ci-table {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment