Search notes:
CSS: line breaking
Preventing line breaking
Line breaking (for example on slashes in path names) can be prevented with
white-space: nowrap
.
<span style='
white-space
': nowrap'>/usr/local/share/foo/bar.txt</span>
See also
https://github.com/ReneNyffenegger/about-css/blob/master/line-breaking/prevent-line-break.html
CSS
Index