Skip to content

Commit

Permalink
dashboard: style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Aug 29, 2021
1 parent 7d06247 commit 01c9ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/Stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const Stats = (props) => {
onBack={false}
title="Visitors"
/>
<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}/>
<Divider />
<StatLine alias={props.alias} data={pvuvData} t0={t0} t1={t1}/>
<Row>
Expand Down

0 comments on commit 01c9ef5

Please sign in to comment.