Skip to content

Commit

Permalink
fix: prevent more text showing as underlined with it shouldn't
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-lacatus committed Feb 11, 2024
1 parent 2d8d4e5 commit 4d7a8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/editorStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
.monaco-editor .find-widget .monaco-findInput .input {
opacity: 1;
}
.monaco-editor .editor-widget .monaco-icon-label a.label-name {
.monaco-editor .monaco-icon-label a.label-name {
text-decoration: unset;
}

0 comments on commit 4d7a8b7

Please sign in to comment.