rusackas commented on a change in pull request #14100:
URL: https://github.com/apache/superset/pull/14100#discussion_r618782907



##########
File path: superset-frontend/src/SqlLab/components/SaveQuery.tsx
##########
@@ -114,7 +115,7 @@ export default function SaveQuery({
   const renderModalBody = () => (
     <FormGroup bsSize="small">
       <Row>
-        <Col md={12}>
+        <Col xs={24}>

Review comment:
       This seems OK, but if there's only one `Col` for each of these rows, I'm 
wondering if we even need the rows/cols at all. It seems like a good ol' `div` 
would suffice.




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

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