diff --git a/app/src/components/Settings.tsx b/app/src/components/Settings.tsx index 0104abf..5de9d70 100644 --- a/app/src/components/Settings.tsx +++ b/app/src/components/Settings.tsx @@ -86,14 +86,15 @@ class Settings extends React.Component { private renderAutoExpand() { const { classes, autoExpandLimit } = this.props return ( -
- Auto Expand +
+ Auto Expand { displayEmpty={true} name="node-order" className={classes.input} + style={{ flex: '1' }} > default a-z diff --git a/app/src/components/TitleBar.tsx b/app/src/components/TitleBar.tsx index ff5cc7c..050f36f 100644 --- a/app/src/components/TitleBar.tsx +++ b/app/src/components/TitleBar.tsx @@ -12,7 +12,7 @@ import { connect } from 'react-redux' import { fade } from '@material-ui/core/styles/colorManipulator' import { settingsActions, connectionActions } from '../actions' import { AppState } from '../reducers' -import ClearAdornment from './helper/ClearAdornment'; +import ClearAdornment from './helper/ClearAdornment' const styles: StyleRulesCallback = theme => ({ title: {