mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-02 23:41:05 +00:00
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 | ||
| _admin.less | ||
| _base.less | ||
| _dashboard.less | ||
| _editor.less | ||
| _emojify.less | ||
| _explore.less | ||
| _form.less | ||
| _home.less | ||
| _install.less | ||
| _markdown.less | ||
| _organization.less | ||
| _repository.less | ||
| _review.less | ||
| _tribute.less | ||
| _user.less | ||
| index.less | ||