Fix breadcrumb navigation alignment

Fixes #1917
This commit is contained in:
Michael Rose
2018-10-29 08:55:05 -04:00
parent 39a0aa91de
commit 6690630917
3 changed files with 7 additions and 10 deletions

View File

@@ -15,6 +15,7 @@
### Bug Fixes
- Fix breadcrumb navigation alignment. [#1917](https://github.com/mmistakes/minimal-mistakes/issues/1917)
- Fix Algolia search link positioning. [#1904](https://github.com/mmistakes/minimal-mistakes/pull/1904)
- Fix Lunr search index merging words. [#1883](https://github.com/mmistakes/minimal-mistakes/issues/1883)
- Properly apply `relative_url` filter to internal links in header overlay `actions` array.