Fix width for custom label badges in stacked layouts (#16362)

In stacked / flex layouts like on the service discovery page, elements get a
100% width unless you tell them to only be as wide as their contents.

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2025-03-31 19:20:28 +02:00 committed by GitHub
parent b1f03f83cf
commit 26857cf500
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@
height: calc(1.25rem * var(--mantine-scale));
letter-spacing: calc(0.015625rem * var(--mantine-scale));
white-space: nowrap;
width: fit-content;
}
.healthOk {