gitea/templates/repo/wiki
silverwind 62719cdd2d
Fix whitespace rendering in diff ()
- Introduce new .code-inner class that sets the CSS attributes on
rendered code lines like view,blame and diff.
- Rename .wrap class to .word-break to reflect what it actually does
- Remove .raw which was only used on webhook page
- Set white-space: pre-wrap except on blame where it can break the
layout

Fixes: https://github.com/go-gitea/gitea/issues/13406
..
new.tmpl Fix images in wiki edit preview ()
pages.tmpl Make SVG size argument optional ()
revision.tmpl Fix whitespace rendering in diff ()
start.tmpl Add Octicon SVG spritemap ()
view.tmpl Comment box tweaks and SVG dropdown triangles ()