prometheus/web/ui/mantine-ui/src/mantine-overrides.css
Julius Volz a7c1a951df Add general Mantine overrides CSS file
...initially fixing the ellipsis overflow text cut-off in badges.

Signed-off-by: Julius Volz <[email protected]>
2024-09-13 14:40:29 +02:00

5 lines
68 B
CSS

.mantine-Badge-label {
overflow: unset;
text-overflow: unset;
}