UX: Allow linebreaks mid-word in github onebox file paths (#18777)
This commit is contained in:
parent
2556e5a715
commit
a9f5af1065
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue