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/modules/templates
silverwind 8e5aea88c7
Improve label and text wrapping (#14113)
* Improve label wrapping

- Adjust issue list styles so labels can wrap on the same line as the
  text. This relies on `display: inline` with the HTML whitespace being
  used as the separator.
- Add global word-break: break-word. This should generally avoid text
  overflows in various places.

* add whitespace to history labels

* use overflow-wrap

* restore word-break rules

* use correct pre

* use better selector for middle align

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years ago
..
dynamic.go Add StatDir and replace com.StatDir (#14099) 4 years ago
helper.go Improve label and text wrapping (#14113) 4 years ago
helper_test.go Use templates for issue e-mail subject and body (#8329) 5 years ago
static.go Add StatDir and replace com.StatDir (#14099) 4 years ago
templates_bindata.go Rename scripts to build and add revive command as a new build tool command (#10942) 4 years ago