gui: Prevent text overflow in file lists (fixes #6268) (#6292)

This commit is contained in:
Tomasz Wilczyński
2020-05-02 19:34:28 +02:00
committed by GitHub
parent 2e3975e956
commit f560e8c850
4 changed files with 8 additions and 3 deletions
@@ -20,7 +20,7 @@
<td>{{changeEvent.data.action}}</td>
<td>{{changeEvent.data.type}}</td>
<td class="no-overflow-ellipse">{{folderLabel(changeEvent.data.folder)}}</td>
<td class="no-overflow-ellipse">{{changeEvent.data.path}}</td>
<td class="file-path no-overflow-ellipse">{{changeEvent.data.path}}</td>
<td class="no-overflow-ellipse">{{changeEvent.time | date:"yyyy-MM-dd HH:mm:ss"}}</td>
</tr>
</tbody>