Skip to content

Commit

Permalink
Merge pull request #19 from royallsilwallz/fix/6133-markdown-editor-g…
Browse files Browse the repository at this point in the history
…litch

fix/6133 markdown editor glitch
  • Loading branch information
royallsilwallz authored Nov 21, 2023
2 parents fc3061b + 5b4f3e3 commit 90031aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"Component: Frontend":
"codebase: frontend":
- frontend/**/*
"Component: Backend":
"codebase: backend":
- backend/**/*
- tests/**/*
- migrations/**/*
- ./manage.py
- ./pyproject.toml
"Component: Infrastructure":
"infrastructure":
- .circleci/*
- .github/**/*
- scripts/aws/**/*
Expand All @@ -20,5 +20,5 @@
- frontend/yarn.lock
"python":
- ./pyproject.toml
"Type: Translations":
"type: translations":
- frontend/src/locales/*
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 90031aa

Please sign in to comment.