ui: Truncate comment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2023-09-15 21:21:44 +02:00
parent 9cc3debba1
commit 296ec3de4b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
Click here to add a new service to this subdomain.
{/if}
</CardSubtitle>
<CardText style="font-size: 90%">
<CardText style="font-size: 90%" class="text-truncate">
{#if service && service._comment}
{service._comment}
{/if}