Skip to content

Commit

Permalink
Merge branch 'daniel-schwartz-k:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschwartz85 authored Jul 24, 2023
2 parents ad90a6b + 2227b58 commit dfc0627
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/components/secretDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,15 @@ export default function SecretDialog(props: SecretDialogProps) {
Your secret will be saved in local storage and deleted after the expiration date.
</DialogContentText>
<DialogContentText>Note: saved secrets are not visible</DialogContentText>
<Box sx={{ display: 'flex', justifyContent: 'space-around', alignItems: 'flex-end', mt: 1 }}>
<Box
sx={{
display: 'flex',
justifyContent: 'space-around',
alignItems: 'flex-end',
mt: 1,
flexWrap: 'wrap',
}}
>
<TextField
helperText=" "
required
Expand Down

0 comments on commit dfc0627

Please sign in to comment.