diff --git a/support/documentation/layouts/partials/custom-header.html b/support/documentation/layouts/partials/custom-header.html index c0f5da4a..80fca48c 100644 --- a/support/documentation/layouts/partials/custom-header.html +++ b/support/documentation/layouts/partials/custom-header.html @@ -56,4 +56,11 @@ body a.highlight:focus { opacity: .85; } +/* Accessibility fix: To avoid breadcrumbs to be truncated when there is a zoom, + we cancel the `white-space: nowrap` of the relearn theme. +*/ +.breadcrumbs { + white-space: normal; +} + \ No newline at end of file