Skip to content

Commit

Permalink
Fix hidden text when canned response contains an action handler
Browse files Browse the repository at this point in the history
  • Loading branch information
mau11 committed Sep 13, 2024
1 parent 844c9f8 commit 50aa249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CampaignCannedResponsesForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class CampaignCannedResponsesForm extends React.Component {
WebkitBoxOrient: "vertical",
WebkitLineClamp: 2,
overflow: "hidden",
height: 32,
minHeight: 32,
width: "90%"
},
redText: {
Expand Down

0 comments on commit 50aa249

Please sign in to comment.