ankitsultana commented on code in PR #11725:
URL: https://github.com/apache/pinot/pull/11725#discussion_r1343203710


##########
pinot-controller/src/main/resources/app/pages/Query.tsx:
##########
@@ -78,7 +79,15 @@ const useStyles = makeStyles((theme) => ({
   },
   runNowBtn: {
     marginLeft: 'auto',
-    paddingLeft: '74px',
+    paddingLeft: '10px',

Review Comment:
   (not introduced in this PR)
   
   Can you check how this looks when the window width is less? At present the 
buttons and the timeout field start overlapping when we reduce the width. With 
another button this will become a bit worse.
   
   We can perhaps change the display prop of the divs with some media queries 
(I have no frontend knowledge so others can chime in)
    
   
![image](https://github.com/apache/pinot/assets/8644710/8f22ae12-85f3-4b40-b3f4-920196347a48)
   



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