Skip to content

Commit

Permalink
fix: fix margin top at PageTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
ScreenTechnicals committed Feb 6, 2024
1 parent 704a3bd commit 61a47a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/Page/PageTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const PageTitle = ({ title, contentAfter, withTextAd, backLink, className, isLoa
return (
<>
<BlankRasaBanner block/>
<Flex className={ className } flexDir="column" rowGap={ 3 } mb={ 6 }>
<Flex className={ className } flexDir="column" rowGap={ 3 } mb={ 6 } mt={ 5 }>
<Flex
flexDir="row"
flexWrap="wrap"
Expand Down

0 comments on commit 61a47a3

Please sign in to comment.