File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
x-pack/plugins/apm/public/components/app/RumDashboard/VisitorBreakdown Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,24 +37,24 @@ export function VisitorBreakdown() {
3737
3838 return (
3939 < >
40- < EuiTitle size = "xs " >
40+ < EuiTitle size = "s " >
4141 < h3 > { VisitorBreakdownLabel } </ h3 >
4242 </ EuiTitle >
4343 < EuiSpacer size = "s" />
4444 < EuiFlexGroup >
4545 < EuiFlexItem >
46- < VisitorBreakdownChart options = { data ?. browsers } />
47- < EuiSpacer />
4846 < EuiTitle size = "xs" >
49- < h4 style = { { marginLeft : 124 } } > { I18LABELS . browser } </ h4 >
47+ < h4 > { I18LABELS . browser } </ h4 >
5048 </ EuiTitle >
49+ < EuiSpacer size = "s" />
50+ < VisitorBreakdownChart options = { data ?. browsers } />
5151 </ EuiFlexItem >
5252 < EuiFlexItem >
53- < VisitorBreakdownChart options = { data ?. os } />
54- < EuiSpacer />
5553 < EuiTitle size = "xs" >
56- < h4 style = { { marginLeft : 107 } } > { I18LABELS . operatingSystem } </ h4 >
54+ < h4 > { I18LABELS . operatingSystem } </ h4 >
5755 </ EuiTitle >
56+ < EuiSpacer size = "s" />
57+ < VisitorBreakdownChart options = { data ?. os } />
5858 </ EuiFlexItem >
5959 </ EuiFlexGroup >
6060 </ >
You can’t perform that action at this time.
0 commit comments