Skip to content

Commit

Permalink
whitespace-nowrap added
Browse files Browse the repository at this point in the history
  • Loading branch information
pagarevijayy committed Jul 9, 2021
1 parent 85e5e66 commit 02cc5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/templates/square-designs.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const SquareEncircledTopImage = ({ templateData }) => {
{templateConfig.quote}
</span>
</p>
<p className="mt-4 mb-6 text-xs text-gray-200 font-medium tracking-wider uppercase">
<p className="mt-4 mb-6 text-xs text-gray-200 font-medium tracking-wider uppercase whitespace-nowrap">
<span className={`${templateConfig.subContentFontStyles}`}>
{templateConfig.subQuote}
</span>
Expand Down Expand Up @@ -252,7 +252,7 @@ export const SquareTwitter = ({ templateData }) => {
src={templateConfig.imageURL}
/>
<div className="px-3">
<p className="font-semibold capitalize">
<p className="font-semibold capitalize whitespace-nowrap">
<span className={`${templateConfig.subContentFontStyles}`}>
{templateConfig.subQuote}
</span>
Expand Down

0 comments on commit 02cc5ec

Please sign in to comment.