1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 14:31:44 +01:00

chore: fixes title truncate (#3165)

This commit is contained in:
Amir Raminfar
2024-07-30 12:10:17 -07:00
committed by GitHub
parent d72edefac2
commit b4277603cf

View File

@@ -5,7 +5,9 @@
<div class="flex flex-col gap-2 overflow-hidden">
<div class="flex items-center gap-1 truncate text-xl font-semibold">
<HostIcon :type="host.type" class="flex-none" />
{{ host.name }}
<div class="truncate">
{{ host.name }}
</div>
<span class="badge badge-error badge-xs gap-2 p-2" v-if="!host.available">
<carbon:warning />