diff options
Diffstat (limited to 'vnfmarket')
-rw-r--r-- | vnfmarket/src/main/webapp/vnfmarket/common/css/home.css | 2 |
1 files changed, 2 insertions, 0 deletions
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;
|