Merge "Add word-break CSS to TOC links"

This commit is contained in:
jenkins-bot 2022-04-27 22:21:17 +00:00 committed by Gerrit Code Review
commit 0f31961e35
1 changed files with 8 additions and 4 deletions

View File

@ -26,10 +26,14 @@
border: 0;
}
.sidebar-toc-link > * {
// Prevent click events on the link's contents so that we can use event
// delegation and have the target be the anchor element instead.
pointer-events: none;
.sidebar-toc-link {
word-break: break-word;
> * {
// Prevent click events on the link's contents so that we can use event
// delegation and have the target be the anchor element instead.
pointer-events: none;
}
}
.sidebar-toc-numb {