git-novice icon indicating copy to clipboard operation
git-novice copied to clipboard

Improve word-break

Open rgaiacs opened this issue 1 year ago • 0 comments

What is the problem?

In https://swcarpentry.github.io/git-novice/04-changes.html, we have

Screenshot 2024-11-14 at 11-38-39 Version Control with Git Tracking Changes

Note that --graph is break into -- and graph.

Add the CSS

word-break: keep-all;

to the <code> element will improve the reading. The new render is

Screenshot 2024-11-14 at 11-42-12 Version Control with Git Tracking Changes

Location of problem (optional)

https://swcarpentry.github.io/git-novice/04-changes.html

rgaiacs avatar Nov 14 '24 10:11 rgaiacs