Fix for long length device name

revert-70aa11f8
Imesh Chandrasiri 7 years ago
parent 6330164676
commit 131bf2d3b4

@ -108,11 +108,16 @@
.device-info h1, .device-info h4:not(:last-child){
margin: 0px 0px 9px 0px;
position: relative;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.device-id a{
font-size: 0.4em;
position: absolute;
margin: 0px 5px;
right: -5px;
}
.device-info h4:last-child{
margin: 0px;

Loading…
Cancel
Save