mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-01 00:47:26 -08:00
a7c1a951df
...initially fixing the ellipsis overflow text cut-off in badges. Signed-off-by: Julius Volz <[email protected]>
5 lines
68 B
CSS
5 lines
68 B
CSS
.mantine-Badge-label {
|
|
overflow: unset;
|
|
text-overflow: unset;
|
|
}
|