From b8e496f57e7450f0a7e5b8c416cdd5b1d4979701 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Wed, 2 Aug 2017 12:49:43 +0530 Subject: [PATCH] Fix for tooltip not showing issue in device details page --- .../app/units/cdmf.unit.device.view/public/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/public/css/main.css b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/public/css/main.css index 2ef659c317..88fbe99a41 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/public/css/main.css +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.view/public/css/main.css @@ -109,11 +109,11 @@ overflow: hidden; white-space: nowrap; } -.device-id a{ - font-size: 0.4em; +.device-info a{ position: absolute; margin: 0px 5px; right: -5px; + top:0px; } .device-info h4:last-child{ margin: 0px;