Skip to content

Commit

Permalink
UX: Increase width of hamburger menu to 320px
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Feb 22, 2019
1 parent f44ef82 commit 87b5003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -40,7 +40,7 @@ export default createWidget("hamburger-menu", {

settings: {
showCategories: true,
maxWidth: 300,
maxWidth: 320,
showFAQ: true,
showAbout: true
},
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common/base/menu-panel.scss
Expand Up @@ -136,7 +136,7 @@
}

span.badge-category {
max-width: 90px;
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
}
Expand Down

0 comments on commit 87b5003

Please sign in to comment.