creating a generic resizable content widget type which can be used to implement the resizable hover and the resizable suggest widget

This commit is contained in:
Aiday Marlen Kyzy
2023-03-31 15:57:45 +02:00
parent f82fef56ec
commit f6fc0742ac
3 changed files with 417 additions and 1 deletions

View File

@@ -28,7 +28,6 @@
}
.monaco-hover .markdown-hover > .hover-contents:not(.code-hover-contents) {
max-width: 500px;
word-wrap: break-word;
}