Skip to content

Commit

Permalink
fix text syle in editpr's hover element
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Aug 23, 2023
1 parent 7cb474e commit 8709428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/remix-ui/editor/src/lib/remix-ui-editor.css
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -25,4 +25,4 @@
color: var(--white) !important;
filter: opacity(0.5);
font-weight: bolder;
}
}

0 comments on commit 8709428

Please sign in to comment.