We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1be24c commit 596370dCopy full SHA for 596370d
src/editor/codemirror/themeExtensions.ts
@@ -77,9 +77,19 @@ export const themeExtensions = (fontSize: string) => {
77
".cm-tooltip.cm-completionInfo.cm-completionInfo-right": {
78
borderLeft: "none",
79
},
80
+ ".cm-tooltip.cm-completionInfo.cm-completionInfo-right-narrow": {
81
+ position: "relative",
82
+ left: 0,
83
+ maxWidth: "unset !important",
84
+ },
85
".cm-tooltip.cm-completionInfo.cm-completionInfo-left": {
86
borderRight: "none",
87
88
+ ".cm-tooltip.cm-completionInfo.cm-completionInfo-left-narrow": {
89
90
91
92
93
".cm-tooltip.cm-completionInfo": {
94
width: "20rem",
95
height: "10.5rem",
0 commit comments