Merge pull request #815 from DimalChandrasiri/master

Fix for long length Device name
This commit is contained in:
Geeth 2017-06-30 12:26:40 +05:30 committed by GitHub
commit 2e7066d73f

View File

@ -108,11 +108,16 @@
.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;