From ee209064e3c4d7154fd78cd4b4cc3b4b23ac6f6a Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Sun, 19 Feb 2017 18:24:59 +0530 Subject: [PATCH] Tooltip css fix --- .../units/cdmf.unit.ui.theme/public/css/custom-desktop.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css index 17485f5864..fbdb93719c 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css @@ -6606,3 +6606,7 @@ header.header-default { } /** End **/ + +.tooltip-overflow-fix{ + overflow: visible !important; +}