瀏覽代碼

Fix lineDecoration example css error

二凢 6 年之前
父節點
當前提交
e4d55a9189

+ 3 - 2
website/playground/new-samples/interacting-with-the-editor/line-and-inline-decorations/sample.css

@@ -5,8 +5,9 @@
 	font-weight: bold;
 	font-weight: bold;
 	font-style: oblique;
 	font-style: oblique;
 }
 }
+
 .myLineDecoration {
 .myLineDecoration {
 	background: lightblue;
 	background: lightblue;
 	width: 5px !important;
 	width: 5px !important;
-	left: 3px;
-}
+	margin-left: 3px;
+}