Merge pull request #644 from Carreau/ff-style

Fix command palette appearance on FF.
This commit is contained in:
Jonathan Frederic 2015-10-23 15:42:29 -07:00
commit f0d89984bb

View File

@ -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 {