Skip to content

Commit

Permalink
Backport PR #15844: Long items should not wrap (#16036)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Dietz <maxwell.r.dietz@gmail.com>
  • Loading branch information
meeseeksmachine and mdietz94 committed Mar 21, 2024
1 parent d34c332 commit 45df28e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/completer/style/base.css
Expand Up @@ -74,6 +74,7 @@
font-family: var(--jp-code-font-family);
font-size: var(--jp-code-font-size);
line-height: var(--jp-private-completer-item-height);
white-space: nowrap;
}

.jp-Completer-deprecated .jp-Completer-match {
Expand Down

0 comments on commit 45df28e

Please sign in to comment.