Skip to content

Commit 15619fb

Browse files
authored
Fixes overlapping Two Factor Authentication Box (pterodactyl#3803)
1 parent 4e6fe11 commit 15619fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/dashboard/AccountOverviewContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default () => {
4747
>
4848
<UpdateEmailAddressForm/>
4949
</ContentBox>
50-
<ContentBox css={tw`xl:ml-8 mt-8 xl:mt-0`} title={'Configure Two Factor'}>
50+
<ContentBox css={tw`lg:ml-8 mt-8 lg:mt-0`} title={'Configure Two Factor'}>
5151
<ConfigureTwoFactorForm/>
5252
</ContentBox>
5353
</Container>

0 commit comments

Comments
 (0)