Merge pull request #879 from DimalChandrasiri/master

Fix for tooltip not showing issue in device details page
revert-70aa11f8
Milan Perera 7 years ago committed by GitHub
commit 5a8b82af3a

@ -109,11 +109,11 @@
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
.device-id a{ .device-info a{
font-size: 0.4em;
position: absolute; position: absolute;
margin: 0px 5px; margin: 0px 5px;
right: -5px; right: -5px;
top:0px;
} }
.device-info h4:last-child{ .device-info h4:last-child{
margin: 0px; margin: 0px;

Loading…
Cancel
Save