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