rusackas commented on a change in pull request #11061:
URL: 
https://github.com/apache/incubator-superset/pull/11061#discussion_r495670380



##########
File path: superset-frontend/src/addSlice/AddSliceContainer.tsx
##########
@@ -96,7 +96,7 @@ export default class AddSliceContainer extends 
React.PureComponent<
           <Panel.Body>
             <div>
               <p>{t('Choose a datasource')}</p>
-              <p>
+              <div style={{ marginBottom: '10px' }}>

Review comment:
       Is this wrapper div even necessary? Or should the div within, `<div 
style={styleSelectWidth}>` just have this margin added there?




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