diff --git a/libs/remix-ui/editor/src/lib/remix-ui-editor.css b/libs/remix-ui/editor/src/lib/remix-ui-editor.css index 6443938ff58..e468114c052 100644 --- a/libs/remix-ui/editor/src/lib/remix-ui-editor.css +++ b/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; -} \ No newline at end of file +}