Merge branch 'master' into fix_theme_lowercase

pull/5370/head
David Disu 3 years ago committed by GitHub
commit ba4d30cdf1
  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