Skip to content

Commit 0e17c45

Browse files
committed
change the CSS rule to avoid wrapping in the middle of the shortcut text (#2759)
1 parent 946d086 commit 0e17c45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notebook/static/notebook/less/menubar.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ ul#help_menu li a{
161161
color: darkgray;
162162
margin-left: 10px;
163163
text-transform: capitalize;
164+
kbd {
165+
white-space: nowrap;
166+
}
164167
}
165168

166169
//end submenu

0 commit comments

Comments
 (0)