From 930dccaa4df6f102ff8a65410c53e85655ff4e2c Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Fri, 23 Jun 2017 17:09:21 +0530 Subject: [PATCH] fix for application listing app name clipping issue --- .../app/units/cdmf.unit.device.view/public/css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 8d8bee65d48..5bd45c1247c 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 @@ -40,7 +40,9 @@ .app-info h4{ margin-bottom: 0px; - overflow-wrap: break-word; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; } .application i{