Skip to content

Commit fc62298

Browse files
committed
Prevent wrapping in details
1 parent 656e552 commit fc62298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/completion-theme/style/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ body[data-lsp-completer-layout='detail-below'] .jp-Completer-match {
8686
min-height: 50px;
8787
overflow-x: hidden;
8888
text-overflow: ellipsis;
89+
white-space: nowrap;
8990
}
9091

9192
.jp-mod-active .jp-Completer-typeExtended {

0 commit comments

Comments
 (0)