Merge branch 'master' into fix_theme_lowercase

pull/1941/head
David Disu 3 years ago committed by GitHub
commit 5e83cb731f
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;
}
.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