Skip to content

Commit

Permalink
Merge pull request #499 from HubSpot/allow-a-tags-to-have-underline
Browse files Browse the repository at this point in the history
Allow <a> tags to have underline
  • Loading branch information
bran-van-d authored Nov 29, 2023
2 parents 98cee97 + e6ba00c commit 237de6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
"default": {
"color": "#0270E0",
"styles": {
"text-decoration": "none"
"text-decoration": "underline"
}
}
}
Expand Down

0 comments on commit 237de6b

Please sign in to comment.