This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/templates/repo
silverwind e5cd80e021
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.
2019-02-01 21:39:43 +01:00
..
branch Display branch name in delete branch confirmation modal. (#5654) 2019-01-06 15:08:25 -05:00
diff Fix wrapping long code lines in UI 2019-02-01 21:39:43 +01:00
editor
issue New Issue ?body= query (#5851) 2019-01-28 10:23:59 -05:00
pulls
release Added URL mapping for Release attachments like on github.com (#1707) 2019-01-06 17:37:30 -05:00
settings Feature: Archive repos (#5009) 2019-01-23 13:58:38 -05:00
wiki Restrict permission check on repositories and fix some problems (#5314) 2018-11-28 19:26:14 +08:00
activity.tmpl Restrict permission check on repositories and fix some problems (#5314) 2018-11-28 19:26:14 +08:00
branch_dropdown.tmpl
commit_status.tmpl
commits.tmpl
commits_table.tmpl
create.tmpl
empty.tmpl Feature: Archive repos (#5009) 2019-01-23 13:58:38 -05:00
forks.tmpl
graph.tmpl
header.tmpl Feature: Archive repos (#5009) 2019-01-23 13:58:38 -05:00
home.tmpl don't allow pull requests to be created on an archived repository (#5883) 2019-01-30 12:20:40 -05:00
migrate.tmpl
search.tmpl
sub_menu.tmpl Refactor repo.isBare to repo.isEmpty #5629 (#5714) 2019-01-17 19:01:04 -05:00
user_cards.tmpl
view_file.tmpl
view_list.tmpl
watchers.tmpl