fix text syle in editpr's hover element

pull/4024/head
Liana Husikyan 1 year ago committed by GitHub
parent 7cb474e6fd
commit 87094283cd
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 {
white-space: pre;
margin-left : 10px;
background : var(--light);
font-weight : bold;
font-family : monospace;
font-size: smaller;
padding : 10px;
border-radius : 10px;
height: auto;
@ -25,4 +25,4 @@
color: var(--white) !important;
filter: opacity(0.5);
font-weight: bolder;
}
}

Loading…
Cancel
Save