diff --git a/src/components/CodeEditorWindow/editor.css b/src/components/CodeEditorWindow/editor.css index 01e85b60f..7e11530af 100644 --- a/src/components/CodeEditorWindow/editor.css +++ b/src/components/CodeEditorWindow/editor.css @@ -13,3 +13,8 @@ .dark .blockSelectorStrip { background: #525100cc; } + +/* Prevent code lens text from clipping when editor panel is narrow */ +.codelens-decoration { + white-space: normal !important; +} diff --git a/src/components/FilterEditorWindow/editor.css b/src/components/FilterEditorWindow/editor.css index 01e85b60f..7e11530af 100644 --- a/src/components/FilterEditorWindow/editor.css +++ b/src/components/FilterEditorWindow/editor.css @@ -13,3 +13,8 @@ .dark .blockSelectorStrip { background: #525100cc; } + +/* Prevent code lens text from clipping when editor panel is narrow */ +.codelens-decoration { + white-space: normal !important; +}