diff --git a/src/components/entity/state-info.html b/src/components/entity/state-info.html index cdab3fa548..3b28819f04 100644 --- a/src/components/entity/state-info.html +++ b/src/components/entity/state-info.html @@ -31,7 +31,7 @@ line-height: 20px; } - .time-ago, ::slotted(*) { + .time-ago, .extra-info, .extra-info > * { @apply --paper-font-common-nowrap; color: var(--secondary-text-color); } @@ -48,7 +48,9 @@