Skip to content

Commit

Permalink
Merge branch 'remix_beta' into bump-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ioedeveloper authored Feb 2, 2022
2 parents a36ad09 + d1c577f commit 2af9742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-ui/editor/src/lib/remix-ui-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export const EditorUI = (props: EditorUIProps) => {
range: new monacoRef.current.Range(marker.position.start.line + 1, marker.position.start.column + 1, marker.position.end.line + 1, marker.position.end.column + 1),
options: {
isWholeLine,
inlineClassName: `alert-info highlightLine${marker.position.start.line + 1}`
inlineClassName: `alert-info border-0 highlightLine${marker.position.start.line + 1}`
}
})
}
Expand Down

0 comments on commit 2af9742

Please sign in to comment.