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

   ### SUMMARY
   The horizontal scrollbar in query results has been cut off due to the top 
margin. There's a bunch of redundant margin for adjustment which makes this 
kind of overflow hidden regression.
   This commit replaces this margins by the upper wrapper's gap as well as 
removing the antd style overrides. 
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   After:
   
   <img width="908" alt="Screenshot 2023-07-21 at 1 14 32 PM" 
src="https://github.com/apache/superset/assets/1392866/cca384b2-0545-48b4-8138-48d85dc9d978";>
   
   Before:
   
   <img width="910" alt="Screenshot 2023-07-21 at 1 09 07 PM" 
src="https://github.com/apache/superset/assets/1392866/e748bdd7-4a86-4c96-8c02-a1796128dcd3";>
   
   ### TESTING INSTRUCTIONS
   Go to sqllab and run a query that contains more than 20.
   
   ### ADDITIONAL INFORMATION
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] 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