Fix for long length device name

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

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

Loading…
Cancel
Save