mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-06 23:22:11 -04:00
...initially fixing the ellipsis overflow text cut-off in badges. Signed-off-by: Julius Volz <julius.volz@gmail.com>
4 lines
68 B
CSS
4 lines
68 B
CSS
.mantine-Badge-label {
|
|
overflow: unset;
|
|
text-overflow: unset;
|
|
}
|