gitea/templates
silverwind 12ee544411 Fix wrapping long code lines in UI ()
Wrapping was initially added in https://github.com/go-gitea/gitea/pull/2789
but it is currently disabled because the rule that applies wrapping to
the wrap class did not have enough CSS specificity.

Resolved the issue by using a general selector that matches all code
boxes. The previous wrap class was removed because it had only been
inconsistenly applied to various code boxes and because I found no easy
way to add classes to code boxes rendered in Markdown.

Also removed a seemingly useless :before on code view and added padding
to restore the spacing.
..
admin Discord Oauth2 support ()
base Allow for user specific themes ()
custom Templates for extra links in top navbar and repo tool tabs. ()
explore Feature: Archive repos ()
mail Add `noreferrer` to rel='noopener` for <a> tags ()
org Move input fields to add members to a team and repos to a team ()
pwa Allow for user specific themes ()
repo Fix wrapping long code lines in UI ()
status Provide better panic handling ()
swagger Fix new release creation API to allow empty target ()
user UI: Better support for long repo names ()
home.tmpl Translate home template to Czech ()
install.tmpl Remove the required class from optional ssh port in installation page ()