Skip to content

Commit

Permalink
Merge pull request #1323 from AletheiaFact/button-2FA-1169
Browse files Browse the repository at this point in the history
2FA Button's text responsive in small screens
  • Loading branch information
thesocialdev authored Aug 8, 2024
2 parents 9b36562 + 9366c7f commit 17f2aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Profile/Totp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const Totp = ({ flow, setFlow }) => {
display: "flex",
justifyContent: "center",
alignItems: "center",
padding: "08px 15px",
padding: "8px 15px",
height: "max-content",
whiteSpace: "normal",
}}
Expand Down

0 comments on commit 17f2aff

Please sign in to comment.