Skip to content

Commit

Permalink
Fix lineDecoration example css error
Browse files Browse the repository at this point in the history
  • Loading branch information
datou0412 committed Mar 1, 2019
1 parent a5c9de8 commit e4d55a9
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 e4d55a9

Please # to comment.