You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
silverwind 12ee544411 Fix wrapping long code lines in UI (#5927)
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.
5 years ago
..
box.tmpl Fix wrapping long code lines in UI (#5927) 5 years ago
comment_form.tmpl Feature: Archive repos (#5009) 6 years ago
comment_form_datahandler.tmpl Pull request review/approval and comment on code (#3748) 6 years ago
comments.tmpl Restrict permission check on repositories and fix some problems (#5314) 6 years ago
new_comment.tmpl Pull request review/approval and comment on code (#3748) 6 years ago
new_review.tmpl User shouldn't be able to approve or reject his/her own PR (#4729) 6 years ago
page.tmpl UI: Change GPG Validation colors and remove inline CSS; fixes #5404 (#5896) 6 years ago
section_unified.tmpl Fix wrapping long code lines in UI (#5927) 5 years ago
whitespace_dropdown.tmpl Add whitespace handling to PR-comparsion (#4683) 6 years ago