From 090176f65ab7eb6336bf120763c0001701c9f085 Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Thu, 3 Oct 2024 04:34:34 +0530 Subject: [PATCH] ui: Fix flow info cards alignments --- src/components/FlowsInfoCard.tsx | 94 +++++++++++++++++--------------- 1 file changed, 51 insertions(+), 43 deletions(-) diff --git a/src/components/FlowsInfoCard.tsx b/src/components/FlowsInfoCard.tsx index 7652966..bb36f9d 100644 --- a/src/components/FlowsInfoCard.tsx +++ b/src/components/FlowsInfoCard.tsx @@ -28,6 +28,10 @@ const FlowInfoCard = ({ return ( - - - - {icon} - - {title} - - - {description} - - - - - - - - + + + + + {icon} + + {title} + + + {description} + + + + + + + + + + + ); };