fix: plain editor revision rendering (#889)

This commit is contained in:
Aman Harwara
2022-02-19 19:35:44 +05:30
committed by GitHub
parent d12eebe883
commit 538e41d1cb
2 changed files with 10 additions and 3 deletions

View File

@@ -954,3 +954,7 @@
.sn-component .border-contrast {
border-color: var(--sn-stylekit-contrast-border-color);
}
.resize-none {
resize: none;
}