From: Anjali Walsatwar Date: Tue, 10 Apr 2018 07:39:05 +0000 (+0000) Subject: delete dialog buttons are collapsed with text X-Git-Tag: v1.1.1~45 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F41899%2F1;p=vnfsdk%2Frefrepo.git 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 --- 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;