File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
src/vs/editor/contrib/suggest/media Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 264
264
265
265
/** Do NOT display ReadMore when docs is side/below **/
266
266
267
- .monaco-editor .suggest-widget .docs-side .monaco-list .monaco-list-row > .contents > .main > .right > .readMore , . monaco-editor . suggest-widget . docs-below . monaco-list . monaco-list-row > . contents > . main > . right > . readMore {
267
+ .monaco-editor .suggest-widget .docs-side .monaco-list .monaco-list-row > .contents > .main > .right > .readMore {
268
268
display : none !important ;
269
269
}
270
270
280
280
display : inline-block;
281
281
}
282
282
283
- .monaco-editor .suggest-widget .docs-side .monaco-list .monaco-list-row > .contents > .main > .right > .readMore ,
284
- .monaco-editor .suggest-widget .docs-below .monaco-list .monaco-list-row > .contents > .main > .right > .readMore {
285
- display : none;
286
- }
287
-
288
283
.monaco-editor .suggest-widget .monaco-list .monaco-list-row : hover > .contents > .main > .right > .readMore {
289
284
visibility : visible;
290
285
}
394
389
word-break : break-all;
395
390
}
396
391
397
-
398
392
.monaco-editor .suggest-details > .monaco-scrollable-element > .body > .docs {
399
393
margin : 0 ;
400
394
padding : 4px 5px ;
You can’t perform that action at this time.
0 commit comments