UX: Allow linebreaks mid-word in github onebox file paths (#18777)

This commit is contained in:
David Taylor 2022-10-27 18:16:18 +01:00 committed by GitHub
parent 2556e5a715
commit a9f5af1065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -376,6 +376,10 @@ pre.onebox code ol.lines li:before {
counter-increment: li-counter;
}
.onebox.githubblob h4 {
word-break: break-all;
}
pre.onebox code ol {
margin-left: 0;
line-height: var(--line-height-large);