fix solidity warning in the editor

pull/5370/head
yann300 3 years ago
parent f25fc85dfb
commit 018ade683a
  1. 5
      libs/remix-ui/editor/src/lib/remix-ui-editor.css

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

Loading…
Cancel
Save