fix text syle in editpr's hover element

pull/5370/head
Liana Husikyan 2 years ago committed by GitHub
parent 710813ab43
commit c4d475e860
  1. 2
      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;

Loading…
Cancel
Save