Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
make bookmarked item content respect parent's contextMenu size
Browse files Browse the repository at this point in the history
-
this is the master branch fix for #13373
  • Loading branch information
cezaraugusto committed Mar 20, 2018
1 parent 88c6600 commit 9e2a9a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ const styles = StyleSheet.create({
borderRadius: globalStyles.radius.borderRadius,
boxSizing: 'border-box',
display: 'table',
minWidth: '220px',
maxWidth: '400px'
minWidth: 'inherit',
maxWidth: 'inherit'
},

contextMenuSingle_isSubmenu: {
Expand Down

0 comments on commit 9e2a9a0

Please sign in to comment.