Skip to content

Commit

Permalink
feat: wp
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Oct 28, 2024
1 parent 07b16d8 commit e46d061
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/common/components/Section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function Section({
<Card px={px} height={'fit-content'} {...rest}>
{title || TopRight ? (
<Flex
alignItems={['flex-start', 'center']}
alignItems={'center'}
justifyContent="space-between"
borderBottom="1px"
borderColor="borderSecondary"
Expand All @@ -36,9 +36,8 @@ export function Section({
px={6}
py={4}
mx={-px}
direction={['column', 'column', 'row']}
gap={4}
flexWrap="nowrap"
flexWrap="wrap"
>
{title ? (
typeof title === 'string' ? (
Expand Down

0 comments on commit e46d061

Please sign in to comment.