aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts')
-rw-r--r--subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts b/subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts
index c9480c7d..730fa6e3 100644
--- a/subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts
+++ b/subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts
@@ -61,7 +61,7 @@ class IndentationWidget extends WidgetType {
61 61
62 const wrapper = document.createElement('span'); 62 const wrapper = document.createElement('span');
63 wrapper.style.top = '0'; 63 wrapper.style.top = '0';
64 wrapper.style.left = '6px'; 64 wrapper.style.left = '0';
65 wrapper.style.position = 'absolute'; 65 wrapper.style.position = 'absolute';
66 wrapper.style.pointerEvents = 'none'; 66 wrapper.style.pointerEvents = 'none';
67 67