From c84cb86c8750bcf24a03056a69df55813813964a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 13 Jun 2014 14:41:58 -0700 Subject: [PATCH] Debug interface CSS pointed at wrong TDs --- homeassistant/components/http/www_static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/http/www_static/style.css b/homeassistant/components/http/www_static/style.css index 2f99154ff5d..48d7f72f763 100644 --- a/homeassistant/components/http/www_static/style.css +++ b/homeassistant/components/http/www_static/style.css @@ -9,12 +9,12 @@ padding-right: 0px; } -.states td:nth-child(3) { +.states td:nth-child(4) { max-width: 550px; word-break: break-word; } -.states td:nth-child(4) { +.states td:nth-child(5) { white-space: nowrap; }