mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 02:10:24 +00:00
[my libs, groups, group] adjusted the position of the triangle in the submenu 'Advanced' (#5695)
This commit is contained in:
@@ -528,7 +528,7 @@ class SharedRepoListItem extends React.Component {
|
|||||||
>
|
>
|
||||||
<DropdownToggle
|
<DropdownToggle
|
||||||
caret
|
caret
|
||||||
className="dropdown-item font-weight-normal rounded-0 d-flex justify-content-between align-items-center"
|
className="dropdown-item font-weight-normal rounded-0 d-flex justify-content-between align-items-center pr-2"
|
||||||
onMouseEnter={this.toggleAdvancedMenuShown}
|
onMouseEnter={this.toggleAdvancedMenuShown}
|
||||||
>
|
>
|
||||||
{this.translateMenuItem(item)}
|
{this.translateMenuItem(item)}
|
||||||
|
@@ -215,7 +215,7 @@ class MylibRepoMenu extends React.Component {
|
|||||||
>
|
>
|
||||||
<DropdownToggle
|
<DropdownToggle
|
||||||
caret
|
caret
|
||||||
className="dropdown-item font-weight-normal rounded-0 d-flex justify-content-between align-items-center"
|
className="dropdown-item font-weight-normal rounded-0 d-flex justify-content-between align-items-center pr-2"
|
||||||
onMouseEnter={this.toggleAdvancedMenuShown}
|
onMouseEnter={this.toggleAdvancedMenuShown}
|
||||||
>
|
>
|
||||||
{this.translateOperations(item)}
|
{this.translateOperations(item)}
|
||||||
|
Reference in New Issue
Block a user