mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Fix lineDecoration example css error
This commit is contained in:
parent
a5c9de82be
commit
e4d55a9189
1 changed files with 3 additions and 2 deletions
|
|
@ -5,8 +5,9 @@
|
|||
font-weight: bold;
|
||||
font-style: oblique;
|
||||
}
|
||||
|
||||
.myLineDecoration {
|
||||
background: lightblue;
|
||||
width: 5px !important;
|
||||
left: 3px;
|
||||
}
|
||||
margin-left: 3px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue