From 7bc5d3574602b017446cdd9645184f0b61658825 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Tue, 14 Feb 2017 22:38:09 +0530 Subject: [PATCH] data table padding 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 45a281d3fc..17485f5864 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 @@ -6569,6 +6569,10 @@ header.header-default { background: #37474F; } +.dropdown-menu > li { + width: 100%; +} + /** End **/ /**