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

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

commit e58d28a569044aeefdf8ec77dbde611eb0b53fc2
Author: prasad pawar <prasad.pa...@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 <pinal.s...@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;

Reply via email to