Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix wordwrap issue regression from #540, fix #679
Signed-off-by: Jan-Christoph Borchardt <[email protected]>
  • Loading branch information
jancborchardt authored and backportbot[bot] committed Jul 7, 2020
commit a52d5fbe3be6dee9ee3914ba17c0e6fdb46dd5e8
2 changes: 1 addition & 1 deletion css/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
& > span.text,
& > a > span.text {
padding-left: 10px;
line-break: anywhere;
word-wrap: anywhere;
}
}

Expand Down