diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 789efa8988c..5c9371f67e4 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 = "ece94598f1575599c5aefa7322b1423b" +VERSION = "33a9830ccda8000eb88700de9d4cd03b" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index 32df087296c..6e46b80ef88 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -3666,15 +3666,22 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return .state { margin-left: 16px; text-align: right; + overflow-x: hidden; } .target { - text-transform: capitalize; - font-weight: 400; + text-transform: capitalize; + font-weight: 400; + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; } .current { - color: var(--secondary-text-color); + color: var(--secondary-text-color); + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; }[[computeTargetTemperature(stateObj)]]Currently: [[stateObj.attributes.current_temperature]] [[stateObj.attributes.unit_of_measurement]][[computePrimaryText(stateObj, isPlaying)]][[computeSecondaryText(stateObj)]][[computePrimaryText(stateObj, isPlaying)]][[computeSecondaryText(stateObj)]]