mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 00:49:02 +08:00
fix(tabs): add gutter between tabs (#196)
This commit is contained in:
parent
af68ca52ba
commit
d09c63331d
@ -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}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user