fix(ui): direct signing templates window layout (#2909)

This commit is contained in:
Konrad
2026-06-03 08:00:24 +02:00
committed by GitHub
parent 8b8e7e9f2e
commit ce96238464
@@ -222,7 +222,7 @@ export const ManagePublicTemplateDialog = ({
.with({ currentStep: 'SELECT_TEMPLATE' }, () => (
<DialogContent>
<DialogHeader>
<DialogTitle>
<DialogTitle className="w-full max-w-full whitespace-pre-line break-words">
{team?.name ? (
<Trans>{team.name} direct signing templates</Trans>
) : (