Skip to content
Snippets Groups Projects
Commit f28aa5d8 authored by jovuit's avatar jovuit Committed by Eliot Berriot
Browse files

Fix #735: library view doesn't like long titles names

parent 701bffaf
No related branches found
No related tags found
No related merge requests found
Truncate filename in library file table to ensure correct display of the table. (#735)
......@@ -73,7 +73,7 @@
</td>
</template>
<template v-else>
<td>{{ scope.obj.source }}</td>
<td :title="scope.obj.source">{{ scope.obj.source | truncate(25) }}</td>
<td></td>
<td></td>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment