fix(header): fix advanced search

This commit is contained in:
Alexey Kasyanchuk
2018-05-12 12:26:47 +03:00
parent f238920e03
commit 8423f19a74
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ export default class AdvancedSearchControl extends Component {
}
render() {
return (
<div className='column w100p' style={{maxWidth: 750, overflow: 'hidden', padding: '0px 18px 15px'}}>
<div className='column w100p' style={{maxWidth: 750, overflow: 'hidden', padding: '0px 18px 15px', background: 'white', borderRadius: 3}}>
<SelectField
floatingLabelText="Filter content type"
value={this.state.type}