mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
Merge pull request #644 from Carreau/ff-style
Fix command palette appearance on FF.
This commit is contained in:
commit
f0d89984bb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user