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:
@@ -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}
|
||||
|
Reference in New Issue
Block a user