diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py
index 13335959c9f..c0bafc4f8f3 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 = "026761064bba4614a0441b7b4fc4eeea"
+VERSION = "0d8516cd9a13ee2ae3f27c702777e028"
diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html
index dc839ee6f9f..7d20e4bb667 100644
--- a/homeassistant/components/frontend/www_static/frontend.html
+++ b/homeassistant/components/frontend/www_static/frontend.html
@@ -3775,6 +3775,7 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return
.column {
max-width: 500px;
+ overflow-x: hidden;
}
.zone-card {
@@ -3790,6 +3791,12 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return
.zone-card {
margin-left: 0;
}
+ }
+
+ @media (max-width: 599px) {
+ .column {
+ max-width: 600px;
+ }
}