Skip to content

Commit cc01ea0

Browse files
authored
Merge pull request #1938 from ethereum/fix_solidity_warning_tooltip
fix solidity warning in the editor
2 parents d456c2d + a35a4c7 commit cc01ea0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs/remix-ui/editor/src/lib/remix-ui-editor.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
width: auto;
1111
}
1212

13+
.monaco-hover .markdown-hover > .hover-contents:not(.code-hover-contents) {
14+
max-width: none !important;
15+
word-wrap: break-word;
16+
}
17+
1318
.contextview {
1419
opacity: 1;
1520
position: absolute;

0 commit comments

Comments
 (0)