Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Aug 21, 2020
1 parent b560888 commit 3d28fb9
Show file tree
Hide file tree
Showing 2 changed files with 316 additions and 99 deletions.
2 changes: 1 addition & 1 deletion client/omnichannel/currentChats/CurrentChatsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const RemoveAllClosed = ({ handleClearFilters, handleRemoveClosed, ...props }) =
},
},
};
return <Menu options={menuOptions} placement='bottom-start' {...props}/>;
return <Menu alignSelf='flex-end' small={false} square options={menuOptions} placement='bottom-start' {...props}/>;
};


Expand Down
Loading

0 comments on commit 3d28fb9

Please sign in to comment.