File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
packages/completion-theme/style Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ body[data-lsp-completer-layout='detail-below'] .jp-Completer-item {
64
64
}
65
65
66
66
body [data-lsp-completer-layout = 'detail-below' ]
67
- .jp-Completer-item .jp-mod-active {
67
+ .jp-Completer-item .jp-mod-active {
68
68
height : calc (
69
- var (--lsp-completer-detail-height ) + var (--lsp-completer-label-height )
69
+ var (--lsp-completer-detail-height ) + var (--lsp-completer-label-height )
70
70
);
71
71
}
72
72
@@ -102,16 +102,20 @@ body[data-lsp-completer-layout='detail-below'] .jp-Completer-typeExtended {
102
102
position : relative;
103
103
top : -2px ;
104
104
overflow : hidden;
105
- max-width : calc (var (--lsp-completer-max-label-width ) + var (--lsp-completer-max-detail-width ));
105
+ max-width : calc (
106
+ var (--lsp-completer-max-label-width ) + var (--lsp-completer-max-detail-width )
107
+ );
106
108
}
107
109
108
110
body [data-lsp-completer-layout = 'detail-below' ] .jp-Completer-match {
109
111
overflow : hidden;
110
- max-width : calc (var (--lsp-completer-max-label-width ) + var (--lsp-completer-max-detail-width ));
112
+ max-width : calc (
113
+ var (--lsp-completer-max-label-width ) + var (--lsp-completer-max-detail-width )
114
+ );
111
115
}
112
116
113
117
body [data-lsp-completer-layout = 'detail-below' ]
114
- .jp-Completer-item .jp-mod-active
115
- .jp-Completer-typeExtended {
118
+ .jp-Completer-item .jp-mod-active
119
+ .jp-Completer-typeExtended {
116
120
display : block;
117
121
}
You can’t perform that action at this time.
0 commit comments