Merge pull request #1938 from ethereum/fix_solidity_warning_tooltip

fix solidity warning in the editor
pull/1941/head^2
David Disu 3 years ago committed by GitHub
commit cc01ea00d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      libs/remix-ui/editor/src/lib/remix-ui-editor.css

@ -10,6 +10,11 @@
width: auto; width: auto;
} }
.monaco-hover .markdown-hover > .hover-contents:not(.code-hover-contents) {
max-width: none !important;
word-wrap: break-word;
}
.contextview { .contextview {
opacity: 1; opacity: 1;
position: absolute; position: absolute;

Loading…
Cancel
Save