Skip to content

Commit

Permalink
Fix #169: remove white-space: pre from <code>
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored May 30, 2022
1 parent e3b81f4 commit 3729a1a
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 3729a1a

Please sign in to comment.