eschutho opened a new pull request, #35128:
URL: https://github.com/apache/superset/pull/35128

   ## Summary
   - Removes unnecessary visual gap at the top of the horizontal filter bar
   - Fixes layout issue where filter bar had excessive top padding
   
   ## Problem
   The horizontal filter bar was displaying with an unnecessary visual gap at 
the top due to excessive padding (`theme.sizeUnit * 3px` on the top). This 
created poor visual alignment between the filter bar and the rest of the 
dashboard content.
   
   ## Solution
   - Remove top padding from the `HorizontalBar` styled component
   - Change from `padding: ${theme.sizeUnit * 3}px ${theme.sizeUnit * 2}px ...` 
   - To `padding: 0 ${theme.sizeUnit * 2}px ...`
   - Maintains proper side and bottom padding for appropriate spacing
   
   ## Visual Impact
   - ✅ Eliminates unwanted gap above horizontal filter bar
   - ✅ Improves visual alignment with dashboard content
   - ✅ Better overall page layout and spacing
   - ✅ No impact on filter functionality
   
   ## Files Changed
   - 
`superset-frontend/src/dashboard/components/nativeFilters/FilterBar/Horizontal.tsx`
   
   🤖 Generated with [Claude Code](https://claude.ai/code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to