From efbd6c8aaebcd067ba4eaf96fb877286fb469e2f Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Wed, 12 Feb 2020 21:37:54 +0000 Subject: [PATCH] [history] fix dropdown animation --- src/panels/history/ha-panel-history.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/history/ha-panel-history.js b/src/panels/history/ha-panel-history.js index fcee278b61c1..70f8ee2d031e 100644 --- a/src/panels/history/ha-panel-history.js +++ b/src/panels/history/ha-panel-history.js @@ -51,6 +51,7 @@ class HaPanelHistory extends LocalizeMixin(PolymerElement) { paper-item { cursor: pointer; + white-space: nowrap; }