mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-26 12:34:32 +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:
@@ -67,7 +67,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
<div class="description" x-text="item.description"></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>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<div class="flex gap-1 pt-1 group-hover:text-white group min-h-6">
|
<div class="flex gap-1 pt-1 group-hover:text-white group min-h-6">
|
||||||
|
|||||||
Reference in New Issue
Block a user