forked from forgejo/forgejo
wrap long texts on user profile info (#7333)
fix #7255 discussed in PR #7254 Signed-off-by: Michael Gnehr <michael@gnehr.de>
This commit is contained in:
parent
3563650bdb
commit
9c6af9d2bb
3 changed files with 8 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
|||
<img src="{{.Owner.SizedRelAvatarLink 290}}" title="{{.Owner.Name}}"/>
|
||||
</span>
|
||||
{{end}}
|
||||
<div class="content">
|
||||
<div class="content wrap">
|
||||
{{if .Owner.FullName}}<span class="header text center">{{.Owner.FullName}}</span>{{end}}
|
||||
<span class="username text center">{{.Owner.Name}}</span>
|
||||
</div>
|
||||
<div class="extra content">
|
||||
<div class="extra content wrap">
|
||||
<ul class="text black">
|
||||
{{if .Owner.Location}}
|
||||
<li><i class="octicon octicon-location"></i> {{.Owner.Location}}</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue