fix(ui): Make sure EndpointCard aligns even if no group + hide-hostname (#1300)

This commit is contained in:
TwiN
2025-09-29 22:55:11 -04:00
committed by GitHub
parent 40345a03d3
commit f007725140
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
{{ endpoint.name }}
</span>
</CardTitle>
<div class="flex items-center gap-2 text-xs sm:text-sm text-muted-foreground">
<div class="flex items-center gap-2 text-xs sm:text-sm text-muted-foreground min-h-[1.25rem]">
<span v-if="endpoint.group" class="truncate" :title="endpoint.group">{{ endpoint.group }}</span>
<span v-if="endpoint.group && hostname"></span>
<span v-if="hostname" class="truncate" :title="hostname">{{ hostname }}</span>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long