diff --git a/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.css b/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.css index 9238731e..fbd4df02 100644 --- a/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.css +++ b/website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.css @@ -5,8 +5,9 @@ font-weight: bold; font-style: oblique; } + .myLineDecoration { background: lightblue; width: 5px !important; - left: 3px; -} + margin-left: 3px; +} \ No newline at end of file