Skip to content

Commit 9cca7a9

Browse files
committed
adding small gap to separate the title from the content
1 parent e4a2975 commit 9cca7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/base/tooltip/HoverContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface RiTooltipContentProps {
99
}
1010

1111
export const HoverContent = ({ title, content }: RiTooltipContentProps) => (
12-
<Col>
12+
<Col gap="s">
1313
{title && <Title size="XS">{title}</Title>}
1414
{content}
1515
</Col>

0 commit comments

Comments
 (0)