Merge pull request #4024 from ethereum/LianaHus-patch-7

fix text style in editor's hover element
pull/4026/head
Liana Husikyan 1 year ago committed by GitHub
commit f67a771139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      libs/remix-ui/editor/src/lib/remix-ui-editor.css

@ -1,9 +1,9 @@
.hover-row { .hover-row {
white-space: pre; white-space: pre;
margin-left : 10px;
background : var(--light); background : var(--light);
font-weight : bold; font-weight : bold;
font-family : monospace; font-family : monospace;
font-size: smaller;
padding : 10px; padding : 10px;
border-radius : 10px; border-radius : 10px;
height: auto; height: auto;
@ -25,4 +25,4 @@
color: var(--white) !important; color: var(--white) !important;
filter: opacity(0.5); filter: opacity(0.5);
font-weight: bolder; font-weight: bolder;
} }

Loading…
Cancel
Save