1

fix text overflow in groupdescription

This commit is contained in:
killerber4t
2020-03-18 13:08:35 +01:00
parent 0828c278dc
commit a6667e4091
4 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@
<th scope="row">
<a th:href="@{/gruppen2/detailsSearch(id=${gruppe.getId()})}" th:text="${gruppe.title}">Gruppenname</a>
</th>
<td th:text="${gruppe.getDescription()}">Beschreibung</td>
<td style="" th:text="${#strings.abbreviate(gruppe.getDescription(), 50)}">Beschreibung</td>
<td th:text="${gruppe.getMembers().size()}">Mitgliederanzahl</td>
</tr>
</tbody>