From 409c00fd3416f0abeaa19e9debefa0dae85201af Mon Sep 17 00:00:00 2001 From: Anjali Walsatwar Date: Tue, 10 Apr 2018 07:39:05 +0000 Subject: delete dialog buttons are collapsed with text delete dialog buttons are collapsed with text Issue-ID: VNFSDK-244 Change-Id: Ie509094364488543320ca17b329adb12628ff958 Signed-off-by: Anjali Walsatwar --- vnfmarket/src/main/webapp/vnfmarket/common/css/home.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vnfmarket/src') diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css b/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css index 6c7aab05..28566e88 100644 --- a/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css +++ b/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css @@ -432,6 +432,8 @@ th.fontSize { .deleteIconSize { font-size: 37px; } + +/* if display block then button and text is getting overlapped */ .fullWidth { width: 100%; display: inline-block; -- cgit 1.2.3-korg