Skip to content

Commit

Permalink
Merge pull request #419 from sharemindteam/dev
Browse files Browse the repository at this point in the history
chore: fix openConsultCard align issue
  • Loading branch information
rmdnps10 authored Nov 14, 2024
2 parents a68f6b4 + c6f7bcc commit 485ee7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Buyer/BuyerOpenConsult/OpenConsultCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ const OpenConsultCard = ({
<Wrapper onClick={onClick}>
<Flex direction="column" align="flex-start" gap="0.8rem">
<Flex justify="space-between" width="100%">
<Body4 color={Grey1}>{title}</Body4>
<Body4 color={Grey1} style={{ textAlign: 'left' }}>
{title}
</Body4>
</Flex>
{content ? (
<Body3 color={Grey1} customStyles={ContentTwoLinesCSS}>
Expand Down

0 comments on commit 485ee7b

Please sign in to comment.