diff options
author | Cherrg <michael@gnehr.de> | 2019-07-11 16:45:10 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-07-11 22:45:10 +0800 |
commit | a7b1ba0e3d49e699ce7d6e614bc8605aef0a2c9a (patch) | |
tree | f182ede1617c092badb4feff1c5b2e3edcf70352 /public/less/_markdown.less | |
parent | a0820e09fbf78f84722b44563b5f44a92a8a5a0e (diff) | |
download | gitea-a7b1ba0e3d49e699ce7d6e614bc8605aef0a2c9a.tar.gz gitea-a7b1ba0e3d49e699ce7d6e614bc8605aef0a2c9a.zip |
wiki history improvements (#7391)
* add history comments to detect page delete
Signed-off-by: Michael Gnehr <michael@gnehr.de>
* fix too much history entries
- caused by --follow flag
- if files with same contents exists
Signed-off-by: Michael Gnehr <michael@gnehr.de>
* style imprevements wiki
- history - wrap long author names
Signed-off-by: Michael Gnehr <michael@gnehr.de>
Diffstat (limited to 'public/less/_markdown.less')
-rw-r--r-- | public/less/_markdown.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/less/_markdown.less b/public/less/_markdown.less index 1dcc2caf94..8c7b1125c9 100644 --- a/public/less/_markdown.less +++ b/public/less/_markdown.less @@ -505,6 +505,7 @@ .sub.header { padding-left: 52px; + word-break: break-word; } } } |