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

   <!---
   Please write the PR title following the conventions at 
https://www.conventionalcommits.org/en/v1.0.0/
   Example:
   fix(dashboard): load charts correctly
   -->
   
   ### SUMMARY
   <!--- Describe the change below, including rationale and design decisions -->
   Fixed an issue where the bottom half of the SQL Lab left panel was appearing 
blank. The problem was caused by improper height calculations using fixed pixel 
values instead of flexbox layout. The component was using a hardcoded height 
prop (defaulting to 500px) and calculating the table area as `height - 130px`, 
which left empty space at the bottom
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   <!--- Skip this if not applicable -->
   Before:
   <img width="420" height="1008" alt="image (4)" 
src="https://github.com/user-attachments/assets/c65b8c12-4101-4f0b-bbb0-e17699a0920c";
 />
   
   After:
   <img width="235" height="661" alt="image" 
src="https://github.com/user-attachments/assets/20161219-7726-4b90-8036-5bdccdf6ae43";
 />
   
   
   ### TESTING INSTRUCTIONS
   <!--- Required! What steps can be taken to manually verify the changes? -->
   1. Open SQL Lab
   2. Select a database and schema in the left panel
   3. Add some tables to view their columns
   4. Verify that the left panel properly fills the entire height without blank 
space at the bottom
   5. Test resizing the browser window to ensure the layout remains responsive
   6. Switch between different databases/schemas to ensure the layout remains 
consistent
   
   ### ADDITIONAL INFORMATION
   <!--- Check any relevant boxes with "x" -->
   <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue -->
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [x] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
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