Skip to content

Commit

Permalink
fix(auth): MB-2996, fixing dropdown ui
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisTouchardEdifice committed Dec 2, 2024
1 parent 5bd1682 commit ba519f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/framework/modules/auth/templates/forgot/screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export const ForgotPage: React.FC<ForgotScreenPrivateProps> = (props: ForgotScre
styles.buttonWrapper,
{
marginTop: (isError || isSuccess) && !editing ? UI_SIZES.spacing.small : UI_SIZES.spacing.big,
zIndex: -1,
},
]}>
{(!isSuccess || editing) && (
Expand Down

0 comments on commit ba519f0

Please sign in to comment.