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

@ -35,7 +35,7 @@
<h3 style="color: dodgerblue; font-weight: bold;">
<a th:href="@{/gruppen2/details(id=${gruppe.getId()})}" th:text="${gruppe.getTitle()}"></a>
</h3>
<p th:text="${gruppe.getDescription()}"></p>
<p style="overflow-wrap: break-word" th:text="${#strings.abbreviate(gruppe.getDescription(),300)}"></p>
</div>
<br>
</div>