mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
...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;
|
|
}
|