Skip to content

Commit

Permalink
Merge pull request #6139 from hotosm/fix/6133-editor-code-tag-style
Browse files Browse the repository at this point in the history
Fix markdown editor code tag style issue
  • Loading branch information
ramyaragupathy authored Nov 27, 2023
2 parents 85075e8 + 7e00fe2 commit d4d2f98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/assets/styles/_extra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -616,3 +616,8 @@ a[href="https://www.mapbox.com/map-feedback/"]
.link:focus {
outline: revert;
}

// Override tachyons font-family for code tag
.code {
font-family: inherit;
}

0 comments on commit d4d2f98

Please sign in to comment.