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

@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2018-10-23T10:38:36-04:00
last_modified_at: 2018-10-29T08:54:43-04:00
toc: true
---
@ -25,6 +25,7 @@ toc: true
### 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.