Skip to content

Commit

Permalink
Wrap text content of AskActionButton (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-serendipity authored Jan 22, 2025
1 parent 67cb607 commit f707f8b
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 @@ const AskActionButton = ({ action }: { action: IAction }) => {

const button = (
<Button
className="break-words h-auto min-h-10 whitespace-normal"
id={action.id}
onClick={() => {
askUser?.callback(action);
Expand Down

0 comments on commit f707f8b

Please sign in to comment.