mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Merge pull request #1770 from piscis/patch-2
fix: Avoid breaking the tile layout with long fqdn output
This commit is contained in:
commit
ad48610b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@
|
|||
</template>
|
||||
</div>
|
||||
<div class="description" x-text="item.description"></div>
|
||||
<div class="description" x-text="item.fqdn"></div>
|
||||
<div class="description break-all" x-text="item.fqdn"></div>
|
||||
</div>
|
||||
</a>
|
||||
<div class="flex gap-1 pt-1 group-hover:text-white group min-h-6">
|
||||
|
|
|
|||
Loading…
Reference in a new issue