Overflow hidden breaks in new UI Bootstrap dropdown.

This commit is contained in:
Gunther Brunner
2015-08-24 20:00:53 +09:00
parent 791e40d2a8
commit cb4e62c555

View File

@@ -240,7 +240,7 @@ device-screen input {
}
.stf-device-control .device-name-container {
overflow: hidden;
/*overflow: hidden;*/
text-overflow: ellipsis;
}