In the Organization member page, 2fa column is too narrow for Simplified Chinese and Chinese Traditional. (#18213)
Expand 2fa column and Narrow the last column.
This commit is contained in:
parent
23f5a34c89
commit
3a0dee01ed
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
|||
<strong>{{if index $.MembersIsUserOrgOwner .ID}}{{svg "octicon-shield-lock"}} {{$.i18n.Tr "org.members.owner"}}{{else}}{{$.i18n.Tr "org.members.member"}}{{end}}</strong>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui one wide column center">
|
||||
<div class="ui two wide column center">
|
||||
<div class="meta">
|
||||
{{$.i18n.Tr "admin.users.2fa"}}
|
||||
</div>
|
||||
|
@ -51,7 +51,7 @@
|
|||
</strong>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui four wide column">
|
||||
<div class="ui three wide column">
|
||||
<div class="text right">
|
||||
{{if eq $.SignedUser.ID .ID}}
|
||||
<form>
|
||||
|
|
Reference in a new issue