Flip menus to the left on My Files page
This commit is contained in:
parent
ef8f0e6227
commit
b07241405e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ var moreMenuStyle = {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
display: 'block',
|
display: 'block',
|
||||||
top: '26px',
|
top: '26px',
|
||||||
left: '-13px',
|
right: '13px',
|
||||||
};
|
};
|
||||||
var MyFilesRowMoreMenu = React.createClass({
|
var MyFilesRowMoreMenu = React.createClass({
|
||||||
onRevealClicked: function() {
|
onRevealClicked: function() {
|
||||||
|
|
Loading…
Reference in a new issue