mirror of
https://github.com/prometheus/prometheus
synced 2026-04-21 15:11:07 +08:00
Adding the label name as a CSS class can break styling and other behavior when the label name has a special meaning in CSS. E.g. the "container" label was displayed at 100% width because it was interpreted to be a bootstrap container layout element. Signed-off-by: Julius Volz <julius.volz@gmail.com>