diff --git a/notebook/static/notebook/less/commandpalette.less b/notebook/static/notebook/less/commandpalette.less index eb6f2ff2a..f7f4e89d8 100644 --- a/notebook/static/notebook/less/commandpalette.less +++ b/notebook/static/notebook/less/commandpalette.less @@ -6,6 +6,12 @@ ul.typeahead-list i{ ul.typeahead-list { max-height: 80vh; overflow:auto; + + & > li > a { + /** Firefox bug **/ + /* see https://github.com/jupyter/notebook/issues/559 */ + white-space: normal; + } } .cmd-palette {