mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 06:09:30 +08:00
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;
|
counter-increment: li-counter;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.onebox.githubblob h4 {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
pre.onebox code ol {
|
pre.onebox code ol {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
line-height: var(--line-height-large);
|
line-height: var(--line-height-large);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user