0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-28 11:04:35 +01:00
gitea/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.
2019-02-02 16:58:28 +00:00
..
themes UI: Change GPG Validation colors and remove inline CSS; fixes #5404 (#5896) 2019-01-29 18:11:53 -05:00
_admin.less
_base.less Fix wrapping long code lines in UI (#5927) 2019-02-02 16:58:28 +00:00
_dashboard.less
_editor.less
_emojify.less
_explore.less
_form.less
_home.less UI: Correct footer height if screen-width is to small (fixes #5878) (#5889) (#5889) 2019-01-29 19:45:08 -05:00
_install.less
_markdown.less Allow markdown table to scroll (#4401) 2019-01-21 12:51:28 -05:00
_organization.less
_repository.less Fix wrapping long code lines in UI (#5927) 2019-02-02 16:58:28 +00:00
_review.less
_tribute.less
_user.less
index.less