mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[ES|QL] Fixes words wrapping (#167025)
## Summary
Fixes https://github.com/elastic/kibana/issues/166648
<img width="2083" alt="image"
src="0374c577
-dc52-4453-b220-a6dfc12d79e3">
This commit is contained in:
parent
b98b6d08cd
commit
14e4987ae6
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ export const TextBasedLanguagesEditor = memo(function TextBasedLanguagesEditor({
|
|||
scrollBeyondLastLine: false,
|
||||
quickSuggestions: true,
|
||||
minimap: { enabled: false },
|
||||
wordWrap: isWordWrapped ? 'on' : 'off',
|
||||
wordWrap: 'on',
|
||||
lineNumbers: showLineNumbers ? 'on' : 'off',
|
||||
theme: language === 'esql' ? ESQL_THEME_ID : isDark ? 'vs-dark' : 'vs',
|
||||
lineDecorationsWidth: 12,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue