fix inline button

This commit is contained in:
Bilal Catic
2019-06-20 18:01:36 +02:00
parent 6aabe0f3fc
commit 2e12daf1e4
2 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ class DateRangePicker extends Component {
return (
<Form>
<Grid stackable columns={inlineButton ? null : 'equals'}>
<Grid stackable columns={inlineButton ? null : 'equal'}>
<Grid.Row>
<Grid.Column width={inlineButton ? 7 : null}>
<label>{startDateLabel}</label>