Skip to content

Commit

Permalink
Chats: fixed entry index menu alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dkildar committed Feb 12, 2024
1 parent 2a92748 commit 8e67243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/entry-index-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export class EntryIndexMenu extends Component<Props, States> {
) : null}
</ul>
</div>
<div className="kebab-icon">
<div className="kebab-icon flex">
<DropDown {...kebabMenuConfig} float="left" />
</div>
</div>
Expand Down

0 comments on commit 8e67243

Please sign in to comment.