Skip to content

Commit

Permalink
Merge pull request #170 from hydephp/Update-tailwind-config-to-allow-…
Browse files Browse the repository at this point in the history
…code-tags-to-wrap

Fix #169: remove white-space: pre from <code>, allowing it to wrap
  • Loading branch information
caendesilva authored May 30, 2022
2 parents e3b81f4 + 3729a1a commit 4ab51c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ module.exports = {
paddingRight: '4px',
marginLeft: '-2px',
marginRight: '1px',
borderRadius: '4px',
whiteSpace: 'pre',
borderRadius: '4px'
},
'code::before': {
content: 'unset',
Expand Down

0 comments on commit 4ab51c0

Please sign in to comment.