Merge pull request #1337 from datou0412/master

Fix lineDecoration example css error
This commit is contained in:
Alexandru Dima 2019-03-01 22:55:39 +01:00 committed by GitHub
commit 5d97a5f16e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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