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

maximebeauchemin pushed a commit to branch template_less_preset_theme_editor
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to 
refs/heads/template_less_preset_theme_editor by this push:
     new 77eaff79c8 padding alignement in CRUD headers for buttons
77eaff79c8 is described below

commit 77eaff79c8100e7e3c7a2c7266df4d2bb1c79bfc
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Tue Apr 1 16:41:59 2025 -0700

    padding alignement in CRUD headers for buttons
---
 superset-frontend/src/features/home/SubMenu.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset-frontend/src/features/home/SubMenu.tsx 
b/superset-frontend/src/features/home/SubMenu.tsx
index 5aeaa02f21..73cc455256 100644
--- a/superset-frontend/src/features/home/SubMenu.tsx
+++ b/superset-frontend/src/features/home/SubMenu.tsx
@@ -45,7 +45,7 @@ const StyledHeader = styled.div<{ backgroundColor?: string }>`
   .nav-right {
     display: flex;
     align-items: center;
-    padding: ${({ theme }) => theme.sizeUnit * 3.5}px 0;
+    padding: ${({ theme }) => theme.sizeUnit * 2}px 0;
     margin-right: ${({ theme }) => theme.sizeUnit * 3}px;
     float: right;
     position: absolute;

Reply via email to