Skip to content

Commit

Permalink
fix: delete prompt title word breaks (#3967)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Pagliaro <[email protected]>
  • Loading branch information
sshanzel and ilasw authored Dec 12, 2024
1 parent 37c70af commit 9cba5d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const BookmarkFolderContextMenu = ({
title: `Delete ${folder.name}?`,
description: 'This will also delete all bookmarks in this folder.',
okButton: { title: 'Delete folder' },
className: { title: 'break-all' },
});

if (confirm) {
Expand Down

0 comments on commit 9cba5d8

Please sign in to comment.