Skip to content

Commit 01c9ef5

Browse files
committed
dashboard: style changes
1 parent 7d06247 commit 01c9ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/src/components/Stats.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const Stats = (props) => {
152152
onBack={false}
153153
title="Visitors"
154154
/>
155-
<DatePicker.RangePicker style={{float: 'right'}} defaultValue={[moment(t0), moment(t1)]} onChange={dateRangeOnChange}/>
155+
<DatePicker.RangePicker style={{float: 'right', bottom: '5px'}} defaultValue={[moment(t0), moment(t1)]} onChange={dateRangeOnChange}/>
156156
<Divider />
157157
<StatLine alias={props.alias} data={pvuvData} t0={t0} t1={t1}/>
158158
<Row>

0 commit comments

Comments
 (0)