You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by pi...@apache.org on 2021/10/01 12:51:07 UTC

[atlas] 02/02: ATLAS-4439: UI: (New UI)(Firefox) Download import template icon is misaligned, fixed

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

pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit 71fd77129e91d05dd3ec582bc20968c1993ef905
Author: prasad pawar <pr...@freestoneinfotech.com>
AuthorDate: Thu Sep 30 13:26:59 2021 +0530

    ATLAS-4439: UI: (New UI)(Firefox) Download import template icon is misaligned, fixed
    
    Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>
---
 dashboardv3/public/css/scss/leftsidebar.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dashboardv3/public/css/scss/leftsidebar.scss b/dashboardv3/public/css/scss/leftsidebar.scss
index 44235ba..68a6f79 100644
--- a/dashboardv3/public/css/scss/leftsidebar.scss
+++ b/dashboardv3/public/css/scss/leftsidebar.scss
@@ -189,7 +189,7 @@
 
         .dropdown-menu {
             min-width: 182px;
-            left: -155px;
+            left: -170px;
 
             &>li {
                 padding: 3px 15px;
@@ -440,6 +440,7 @@ span.tree-tooltip {
 
 .tree-droupdown {
     left: -190px !important;
+    width: 218px;
 
     span a {
         padding: 0px !important;