Skip to content

Commit 161af1e

Browse files
authored
Merge pull request #26 from CodinGame/fix-tooltip-heading-style
[FIX] Do not override style as it's done in the wrapper
2 parents ada4eba + 94ab7fa commit 161af1e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/style.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ addStyle(`
2727
min-height: 0;
2828
}
2929
30-
.react-monaco-editor-react h1, .react-monaco-editor-react h2, .react-monaco-editor-react h3 {
31-
/* For tooltips */
32-
font-size: initial;
33-
font-weight: initial;
34-
}
35-
3630
.react-monaco-editor-react-status-bar {
3731
flex: none;
3832
display: none;

0 commit comments

Comments
 (0)