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

Commit

Permalink
Add max-width for context menu
Browse files Browse the repository at this point in the history
Auditors: @bsclifton

Fix #4272

This is just a quick fix to avoid the situation of bookmarks overflow
menu being too big and unusable.

I should note this doesn't fully fix other issues with that menu
including submenus when width isn't big enough and if there is a
subfolder after you have to scroll down.

For those things I think we should investigate doing a popup window for
sub-menus.
  • Loading branch information
bbondy committed Sep 26, 2016
1 parent 34e6659 commit 80f00fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/contextMenu.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
}

.contextMenuItem {
max-width: 420px;
padding: 6px 10px 6px 20px;
&.hasIcon {
padding-left: 10px;
Expand Down

0 comments on commit 80f00fd

Please sign in to comment.