We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d06247 commit 01c9ef5Copy full SHA for 01c9ef5
dashboard/src/components/Stats.js
@@ -152,7 +152,7 @@ const Stats = (props) => {
152
onBack={false}
153
title="Visitors"
154
/>
155
- <DatePicker.RangePicker style={{float: 'right'}} defaultValue={[moment(t0), moment(t1)]} onChange={dateRangeOnChange}/>
+ <DatePicker.RangePicker style={{float: 'right', bottom: '5px'}} defaultValue={[moment(t0), moment(t1)]} onChange={dateRangeOnChange}/>
156
<Divider />
157
<StatLine alias={props.alias} data={pvuvData} t0={t0} t1={t1}/>
158
<Row>
0 commit comments