Improved documentation accessibility (#118):
* `white-space: normal` for the breadcrumbs, to avoid it to be truncated.
This commit is contained in:
parent
56547cc084
commit
6eeb19607f
@ -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>
|
Loading…
Reference in New Issue
Block a user