mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 12:26:14 +02:00
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:
parent
b1f03f83cf
commit
26857cf500
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user