admin: Improve title and toasts rendering

This commit is contained in:
nemunaire 2022-05-31 16:41:36 +02:00
commit 1856a78d10
4 changed files with 22 additions and 14 deletions

View file

@ -75,7 +75,7 @@
</a>
</h3>
<ul>
<li ng-repeat="item in line">{{ item }}</li>
<li ng-repeat="item in line" class="text-break">{{ item }}</li>
</ul>
</div>
</div>