Tweak styles

pull/10616/head
Andrew Watkins 2017-09-13 14:57:19 -07:00
parent af031f8e40
commit f720c997e7
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ const SourceSelector = ({sources = [], source}) =>
useAutoComplete={true}
selected={sources.find(s => s.id === source.id).text || '(No values)'}
onChoose={noop}
toggleStyle={{width: '75%'}}
toggleStyle={{width: '50%'}}
/>
</div>
</div>