diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 50dd6d37eca..5f27f606cb8 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,2 +1,2 @@ """DO NOT MODIFY. Auto-generated by build_frontend script.""" -VERSION = "f634487360d4d0f77b67ff82b8e0fc17" +VERSION = "4062ab87999fd5e382074ba9d7a880d7" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index ab3ba3548d5..8a6c2285480 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -3604,10 +3604,14 @@ e.bindAnimationForKeyframeEffect(this)),(this.effect instanceof window.SequenceE text-transform: capitalize; } + .main-text[take-height] { + line-height: 40px; + } + .secondary-text { @apply(--paper-font-common-nowrap); color: var(--secondary-text-color); - }