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

@ -36,7 +36,7 @@
<span class="badge badge-pill badge-primary" th:if='${group.getVisibility() == group.getVisibility().PUBLIC}'>Öffentliche Gruppe</span>
<span class="badge badge-pill badge-success" style="background: lightseagreen" th:if='${group.getType() == group.getType().LECTURE}'> Veranstaltung</span>
</p>
<p th:text="${group.getDescription()}"></p>
<p style="overflow-wrap: break-word" th:text="${group.getDescription()}"></p>
<div class="form-group">
<div class="text-right">
<form method="post" action="/gruppen2/leaveGroup">