Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: Workaround header dropdown rendering issue (#1298)
* FIX: explicitly set the number of items that should appear in the header. This suppresses a dropdown from kicking in after 5 items, effectively creating a dropdown with only 1 item. Instead, this just shows all 6 items in the header bar. Closes #1295 , which raised an issue with the rendering of the dropdown. If a dropdown is ever introduced again, this issue may rear its head again. * FIX: html_theme_options already defined
- Loading branch information