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 <[email protected]>
AuthorDate: Sat Feb 15 14:57:48 2020 +0530

    dashboard: fix prod build css issue on progress component
    
    Signed-off-by: Rohit Yadav <[email protected]>
---
 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
 }

Reply via email to