🐛 Fix code blocks in RTL languages

Fixes #164
This commit is contained in:
James Panther
2022-05-01 11:17:30 +10:00
parent 00daa189d0
commit 612cd8f8b4
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Fixed
- Code blocks are rendered incorrectly in RTL languages ([#164](https://github.com/jpanther/congo/issues/164))
- Scroll to top link overlaps footer menu on mobile devices when there are several links ([#172](https://github.com/jpanther/congo/issues/172))
### Removed