gitea/public/less
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.
..
themes UI: Change GPG Validation colors and remove inline CSS; fixes ()
_admin.less Convert tabs to spaces in .less files ()
_base.less Fix wrapping long code lines in UI ()
_dashboard.less Responsive design fixes ()
_editor.less Convert tabs to spaces in .less files ()
_emojify.less Convert tabs to spaces in .less files ()
_explore.less Responsive view ()
_form.less Responsive design fixes ()
_home.less UI: Correct footer height if screen-width is to small (fixes ) () ()
_install.less Convert tabs to spaces in .less files ()
_markdown.less Allow markdown table to scroll ()
_organization.less Convert tabs to spaces in .less files ()
_repository.less Fix wrapping long code lines in UI ()
_review.less Code review UI improvements and bugfixes ()
_tribute.less Emoji Autocomplete ()
_user.less User action heatmap ()
index.less Pull request review/approval and comment on code ()