From 8412395327cba9f2df05355dea2d18fbfab7ffeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jamr=C3=B3z?= Date: Mon, 16 Aug 2021 16:41:42 +0200 Subject: [PATCH] Use empty label instead of a single space label --- packages/grafana-ui/src/components/Segment/SegmentSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Segment/SegmentSection.tsx b/packages/grafana-ui/src/components/Segment/SegmentSection.tsx index ddf55278888..8cc5b7f751d 100644 --- a/packages/grafana-ui/src/components/Segment/SegmentSection.tsx +++ b/packages/grafana-ui/src/components/Segment/SegmentSection.tsx @@ -32,7 +32,7 @@ export const SegmentSection = ({ {children} {fill && (
- + {''}
)}