diff --git a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx index bb2115aec..68d54e6e1 100644 --- a/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx +++ b/superset-frontend/src/SqlLab/components/SqlEditor/index.jsx @@ -125,6 +125,10 @@ const StyledToolbar = styled.div` } } } + + .limitDropdown { + white-space: nowrap; + } `; const propTypes = { @@ -646,7 +650,7 @@ class SqlEditor extends React.PureComponent { e.preventDefault()}> LIMIT: - + {this.convertToNumWithSpaces( this.props.queryEditor.queryLimit || this.props.defaultQueryLimit,