diff --git a/src/components/ha-label-badge.html b/src/components/ha-label-badge.html index e49e7c24f1..3bf5da46f6 100644 --- a/src/components/ha-label-badge.html +++ b/src/components/ha-label-badge.html @@ -32,6 +32,9 @@ overflow: hidden; text-overflow: ellipsis; } + .label-badge .value.big { + font-size: 70%; + } .label-badge .label { position: absolute; bottom: -1em; @@ -70,7 +73,7 @@