You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ni...@apache.org on 2021/05/13 07:30:40 UTC

[atlas] 02/02: ATLAS-4281: Atlas UI: Tasks tab refresh button is seen on other tabs of entity detail page, fixed

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

nixon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 8dd75c3d99cf50add6a15d03529f378d041d86be
Author: prasad pawar <pr...@freestoneinfotech.com>
AuthorDate: Wed May 12 12:21:18 2021 +0530

    ATLAS-4281: Atlas UI: Tasks tab refresh button is seen on other tabs of entity detail page, fixed
    
    Signed-off-by: nixonrodrigues <ni...@apache.org>
    (cherry picked from commit bac159f46502233081bcdda1a75c9f71197b31dd)
---
 dashboardv2/public/css/scss/tab.scss | 3 +--
 dashboardv3/public/css/scss/tab.scss | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dashboardv2/public/css/scss/tab.scss b/dashboardv2/public/css/scss/tab.scss
index 9c85587..c164b47 100644
--- a/dashboardv2/public/css/scss/tab.scss
+++ b/dashboardv2/public/css/scss/tab.scss
@@ -193,10 +193,9 @@ ul.tabs li.tab {
 }
 
 .pending-task {
-    padding: 10px 20px 15px 20px !important;
 
     .pending-refresh-btn {
-        margin-bottom: 10px;
+        margin-bottom: 15px;
     }
 
     table tr th {
diff --git a/dashboardv3/public/css/scss/tab.scss b/dashboardv3/public/css/scss/tab.scss
index 9c85587..c164b47 100644
--- a/dashboardv3/public/css/scss/tab.scss
+++ b/dashboardv3/public/css/scss/tab.scss
@@ -193,10 +193,9 @@ ul.tabs li.tab {
 }
 
 .pending-task {
-    padding: 10px 20px 15px 20px !important;
 
     .pending-refresh-btn {
-        margin-bottom: 10px;
+        margin-bottom: 15px;
     }
 
     table tr th {