Skip to content

Commit

Permalink
fix: frm-1817 insufficient padding between charts and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM committed Sep 6, 2024
1 parent 55d6f7c commit 10cf995
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,12 @@ export const FormChart = ({

return (
<VStack w="100%" gap="0" sx={toolTipFlickerFix}>
<Flex alignItems="center" justifyContent="space-between" w="100%">
<Flex
alignItems="center"
justifyContent="space-between"
w="100%"
mb="0.25rem"
>
<Text textStyle="h4" mr="1rem">
{title}
</Text>
Expand Down

0 comments on commit 10cf995

Please sign in to comment.