mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-21 03:16:00 -08:00
...initially fixing the ellipsis overflow text cut-off in badges. Signed-off-by: Julius Volz <julius.volz@gmail.com>
5 lines
68 B
CSS
5 lines
68 B
CSS
.mantine-Badge-label {
|
|
overflow: unset;
|
|
text-overflow: unset;
|
|
}
|