Skip to content

Commit 7f7025a

Browse files
committed
update
1 parent e978f57 commit 7f7025a

File tree

1 file changed

+7
-7
lines changed
  • x-pack/plugins/apm/public/components/app/RumDashboard/VisitorBreakdown

1 file changed

+7
-7
lines changed

x-pack/plugins/apm/public/components/app/RumDashboard/VisitorBreakdown/index.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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
</>

0 commit comments

Comments
 (0)