You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/02/15 09:28:27 UTC

[cloudstack-primate] branch master updated: dashboard: fix prod build css issue on progress component

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new f9ba96d  dashboard: fix prod build css issue on progress component
f9ba96d is described below

commit f9ba96d4c52537c8fc4bb74a6a1d299a6dacf8a8
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Sat Feb 15 14:57:48 2020 +0530

    dashboard: fix prod build css issue on progress component
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 src/style/ant-overwrite/ant-progress.less | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/style/ant-overwrite/ant-progress.less b/src/style/ant-overwrite/ant-progress.less
index f4b5a05..70f56bc 100644
--- a/src/style/ant-overwrite/ant-progress.less
+++ b/src/style/ant-overwrite/ant-progress.less
@@ -17,5 +17,4 @@
 
 .ant-progress-circle .ant-progress-text {
   font-size: 16px;
-  transform: translateY(-67%); // position text centered to down cut off progress circle
 }