Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Fixing CSS for squished checkbox (#16)
Browse files Browse the repository at this point in the history
Fix for the issue raised in this slack thread:
https://brazetechnology.slack.com/archives/C03A4QR4U2G/p1660311631394679

The checkbox gets squished when the label is past a certain character length. It's expected that this label be long as it needs to contain the terms and conditions / verbiage shown to the user before they consent to receive SMS.

Not an HTML expert by any means, but this appears to fix the issue.
  • Loading branch information
ianabels authored Aug 31, 2022
1 parent 8d3681d commit a18c8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions braze-templates/4-sms-capture-modal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
border: 1px solid #A8B3B8;
border-radius: 3px;
margin-right: 20px;
flex: none;
}

.modal__tick {
Expand Down

0 comments on commit a18c8c1

Please sign in to comment.