Skip to content

Commit 1e35656

Browse files
authored
fix(modal): preserve spacing in workspace delete confirmation label (#4929)
1 parent 2f70188 commit 1e35656

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workflow-list/components/delete-modal

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/workflow-list/components/delete-modal/delete-modal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,10 @@ export function DeleteModal({
270270
<ChipModalField
271271
type='input'
272272
title={
273-
<>
273+
<span>
274274
Type <span className='font-medium text-[var(--text-primary)]'>{workspaceName}</span>{' '}
275275
to confirm
276-
</>
276+
</span>
277277
}
278278
value={confirmationText}
279279
onChange={setConfirmationText}

0 commit comments

Comments
 (0)