minor updates to the rule fields ui

This commit is contained in:
Gani Georgiev
2023-03-05 15:18:51 +02:00
parent 01f0af7af6
commit 2791628d96
2 changed files with 8 additions and 0 deletions

View File

@@ -117,4 +117,7 @@
border-bottom-right-radius: 0;
background: rgba(53, 71, 104, 0.09);
}
:global(.rule-field .code-editor .cm-placeholder) {
font-family: var(--baseFontFamily);
}
</style>