Skip to content

Commit

Permalink
change the CSS rule to avoid wrapping in the middle of the shortcut t…
Browse files Browse the repository at this point in the history
…ext (#2759)
  • Loading branch information
Nelyus committed Jun 10, 2020
1 parent 946d086 commit 0e17c45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notebook/static/notebook/less/menubar.less
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ ul#help_menu li a{
color: darkgray;
margin-left: 10px;
text-transform: capitalize;
kbd {
white-space: nowrap;
}
}

//end submenu

0 comments on commit 0e17c45

Please sign in to comment.