1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

fix trash dialog and dropdown menu style (#6600)

This commit is contained in:
Michael An
2024-08-21 11:51:55 +08:00
committed by GitHub
parent c08abe8fc1
commit a2b9fabb06
2 changed files with 3 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ class ItemDropdownMenu extends React.Component {
>
<DropdownToggle
tag='div'
className="dropdown-item font-weight-normal rounded-0 d-flex align-items-center"
className="dropdown-item font-weight-normal rounded-0 d-flex align-items-center pl-5"
onMouseEnter={this.toggleSubMenuShown.bind(this, menuItem)}
>
<span className="mr-auto">{menuItem.value}</span>