Skip to content

Commit

Permalink
Merge pull request #1337 from datou0412/master
Browse files Browse the repository at this point in the history
Fix lineDecoration example css error
  • Loading branch information
alexdima authored Mar 1, 2019
2 parents ef9c54d + e4d55a9 commit 5d97a5f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
font-weight: bold;
font-style: oblique;
}

.myLineDecoration {
background: lightblue;
width: 5px !important;
left: 3px;
}
margin-left: 3px;
}

0 comments on commit 5d97a5f

Please # to comment.