1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

Org admin improve (#3090)

* move btn position

* repair ui interaction

* add btn-loading state

* repair text to password bug

* repair height bug
This commit is contained in:
杨顺强
2019-03-11 10:34:40 +08:00
committed by Daniel Pan
parent 649b835733
commit d0ad828267
6 changed files with 45 additions and 35 deletions

View File

@@ -136,7 +136,7 @@ class UserItem extends React.Component {
<Dropdown isOpen={this.state.isItemMenuShow} toggle={this.toggleOperationMenu}>
<DropdownToggle
tag="a"
className="fas fa-ellipsis-v"
className="attr-action-icon fas fa-ellipsis-v"
title={gettext('More Operations')}
data-toggle="dropdown"
aria-expanded={this.state.isItemMenuShow}