Skip to content

Commit

Permalink
set max-width for single delete confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Nov 10, 2020
1 parent aea10e6 commit d68c4a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export const TagManagementPage: FC<TagManagementPageParams> = ({
}
),
buttonColor: 'danger',
maxWidth: 560,
}
);
if (confirmed) {
Expand Down

0 comments on commit d68c4a3

Please sign in to comment.