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 6f09403 commit 1e2c9f0Copy full SHA for 1e2c9f0
src/platform/packages/private/kbn-esql-editor/src/helpers.ts
@@ -356,5 +356,9 @@ export const getEditorOverwrites = (theme: UseEuiTheme<{}>) => {
356
.monaco-list .monaco-scrollable-element .monaco-list-row.focused {
357
border-radius: ${theme.euiTheme.border.radius.medium};
358
}
359
+ // fixes the bug with the broken suggestion details https://github.com/elastic/kibana/issues/217998
360
+ .suggest-details > .monaco-scrollable-element > .body > .header > .type {
361
+ white-space: normal !important;
362
+ }
363
`;
364
};
0 commit comments