From eefa62748bb032361bb7e1374d4d8dcf7fa0cbaf Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 5 Dec 2015 01:12:58 -0800 Subject: [PATCH] Update frontend --- homeassistant/components/frontend/version.py | 2 +- .../frontend/www_static/frontend.html | 76 +++++++++++++------ .../www_static/home-assistant-polymer | 2 +- 3 files changed, 55 insertions(+), 25 deletions(-) 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; } \ No newline at end of file + } \ No newline at end of file diff --git a/homeassistant/components/frontend/www_static/home-assistant-polymer b/homeassistant/components/frontend/www_static/home-assistant-polymer index c130933f452..2e8ad266eeb 160000 --- a/homeassistant/components/frontend/www_static/home-assistant-polymer +++ b/homeassistant/components/frontend/www_static/home-assistant-polymer @@ -1 +1 @@ -Subproject commit c130933f45262dd1c7b4fd75d23a90c132fb271f +Subproject commit 2e8ad266eeb8cd0136df498b995f584e01338000