Browse Source

调整组织成员在移动端信息换行问题

pull/1895/head
A00老虎 3 years ago
parent
commit
c893c3e00f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/org/member/members.tmpl

+ 1
- 1
templates/org/member/members.tmpl View File

@@ -12,7 +12,7 @@
<div class="three wide mobile two wide tablet two wide computer column"> <div class="three wide mobile two wide tablet two wide computer column">
<img class="ui avatar" src="{{.SizedRelAvatarLink 48}}"> <img class="ui avatar" src="{{.SizedRelAvatarLink 48}}">
</div> </div>
<div class="eight wide mobile three wide tablet three wide computer column">
<div class="seven wide mobile three wide tablet three wide computer column">
<div class="meta"><a href="{{.HomeLink}}">{{.Name}}</a></div> <div class="meta"><a href="{{.HomeLink}}">{{.Name}}</a></div>
<div class="meta">{{.FullName}}</div> <div class="meta">{{.FullName}}</div>
</div> </div>


Loading…
Cancel
Save