mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 06:53:20 +02:00
Add ellipsis overflow to device name.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user