Skip to content
Snippets Groups Projects
Commit 4a7f2dbb authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add word-break to corpus file list.

parent a4f122bd
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,9 @@
</tr>
{% for file in corpus.files %}
<tr>
<td>{{ file.filename }}</td>
<td>{{ file.author }}</td>
<td>{{ file.title }}</td>
<td style="word-break: break-word;">{{ file.filename }}</td>
<td style="word-break: break-word;">{{ file.author }}</td>
<td style="word-break: break-word;">{{ file.title }}</td>
<td>{{ file.publishing_year }}</td>
<td class="right-align">
<a class="btn-small waves-effect waves-light" href="{{ url_for('corpora.edit_corpus_file', corpus_file_id=file.id, corpus_id=corpus.id) }}"><i class="material-icons">edit</i></a>
......
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