Skip to content

Commit

Permalink
Merge branch 'main' into agallardol/implement-image-capture
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Nov 27, 2023
2 parents e6253e9 + f7d4094 commit 5bff157
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ export const EditInboxNameDialog = ({
return (
<Dialog open={open}>
<DialogContent className="w-[75%]">
<DialogHeader>
<DialogHeader className="overflow-x-hidden">
<DialogTitle>
<FormattedMessage id="edit" />{' '}
<span className="lowercase">
<FormattedMessage id="inbox.one" />
</span>
</DialogTitle>
<DialogDescription>{inboxId}</DialogDescription>
<DialogDescription className="truncate">{inboxId}</DialogDescription>
</DialogHeader>

<Form {...form}>
Expand Down

0 comments on commit 5bff157

Please sign in to comment.