Improved documentation accessibility (#118):

* `white-space: normal` for the breadcrumbs, to avoid it to be
  truncated.
This commit is contained in:
John Livingston 2024-08-29 17:20:12 +02:00
parent 56547cc084
commit 6eeb19607f
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 7 additions and 0 deletions

View File

@ -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;
}
</style>