浏览代码

Merge pull request #1337 from datou0412/master

Fix lineDecoration example css error
Alexandru Dima 6 年之前
父节点
当前提交
5d97a5f16e

+ 3 - 2
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;
+}