0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-27 15:14:13 +01:00
gitea/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>
2020-12-29 18:48:28 -05:00
..
admin Custom icons for OAuth sources (#14161) 2020-12-28 03:35:55 +01:00
base
custom
explore
mail
org
repo Improve label and text wrapping (#14113) 2020-12-29 18:48:28 -05:00
shared Improve label and text wrapping (#14113) 2020-12-29 18:48:28 -05:00
status
swagger
user
home.tmpl
install.tmpl
post-install.tmpl