Flip menus to the left on My Files page

This commit is contained in:
Alex Liebowitz 2016-10-02 03:33:32 -04:00
parent ef8f0e6227
commit b07241405e

View file

@ -2,7 +2,7 @@ var moreMenuStyle = {
position: 'absolute',
display: 'block',
top: '26px',
left: '-13px',
right: '13px',
};
var MyFilesRowMoreMenu = React.createClass({
onRevealClicked: function() {