Skip to content

Commit

Permalink
fix(tabs): add gutter between tabs (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhi-tandon committed Jun 27, 2021
1 parent af68ca5 commit d09c633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/modules/Metrics/ServiceMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const _ServiceMetrics = (props: ServicesMetricsProps) => {
};

return (
<Tabs defaultActiveKey="1">
<Tabs defaultActiveKey="1" tabBarGutter={48}>
<TabPane tab="Application Metrics" key="1">
<Row gutter={32} style={{ margin: 20 }}>
<Col span={12}>
Expand Down

0 comments on commit d09c633

Please sign in to comment.