Add ellipsis overflow to device name.

This commit is contained in:
Gunther Brunner
2014-04-14 19:06:42 +09:00
parent 3aa44f1a9c
commit 2279099a10
2 changed files with 7 additions and 2 deletions

View File

@@ -116,6 +116,11 @@ device-screen textarea {
color: #858585;
}
.stf-device-control .device-name-container {
overflow: hidden;
text-overflow: ellipsis;
}
.stf-device-control .stf-vnc-device-name .device-small-image {
margin-left: 10px;
}