mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Merge pull request #1337 from datou0412/master
Fix lineDecoration example css error
This commit is contained in:
commit
5d97a5f16e
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue