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

Commit

Permalink
Add GS support for button typography in Checkout block (#8918)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslange authored Apr 4, 2023
1 parent fe2a744 commit df7db1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/js/base/components/title/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
@include reset-box();
@include font-size(large);
word-break: break-word;

textarea {
letter-spacing: inherit;
text-transform: inherit;
}
}

// For Twenty Twenty we need to increase specificity a bit more.
Expand Down

0 comments on commit df7db1d

Please sign in to comment.