diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py
index 65ca1e72f3d..a3a592a6d6b 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 = "3395b15f48bdcbfe59f7a5f58665b252"
+VERSION = "889bede717abab2548d50cc40a395b06"
diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html
index 0c1cf5b87b2..5ecbed2813d 100644
--- a/homeassistant/components/frontend/www_static/frontend.html
+++ b/homeassistant/components/frontend/www_static/frontend.html
@@ -3772,6 +3772,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
text-align: center;
}
+ .column {
+ max-width: 500px;
+ }
+
.zone-card {
margin-left: 8px;
margin-bottom: 8px;
@@ -5829,7 +5833,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
max-height: 40px;
}
- .has-xy_color ha-color-picker {
+ .has-rgb_color ha-color-picker {
max-height: 500px;
}