From cb4e62c555ba1d9bc61430c073b7a5aa443912b6 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Mon, 24 Aug 2015 20:00:53 +0900 Subject: [PATCH] Overflow hidden breaks in new UI Bootstrap dropdown. --- res/app/control-panes/device-control/device-control.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/app/control-panes/device-control/device-control.css b/res/app/control-panes/device-control/device-control.css index 336c4ccf..80686fc9 100644 --- a/res/app/control-panes/device-control/device-control.css +++ b/res/app/control-panes/device-control/device-control.css @@ -240,7 +240,7 @@ device-screen input { } .stf-device-control .device-name-container { - overflow: hidden; + /*overflow: hidden;*/ text-overflow: ellipsis; }