Skip to content

Commit

Permalink
Merge pull request #38 from galtalmor/fix-code-direction-style-in-links
Browse files Browse the repository at this point in the history
Fix code direction style attribute in links for RTL
  • Loading branch information
galtalmor authored Mar 1, 2019
2 parents 8779314 + 5c4ff38 commit 3b6b487
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ const sharedStyles = {
padding: '0 3px',
fontSize: '0.94em', // 16px on 17px text, smaller in smaller text
wordBreak: 'break-word',
direction: 'ltr',
display: 'inline-block',
},

'& hr': {
Expand Down

0 comments on commit 3b6b487

Please sign in to comment.