fix inline button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user