fix: plain editor revision rendering and revision list sorting (#878)

This commit is contained in:
Aman Harwara
2022-02-18 19:28:24 +05:30
committed by GitHub
parent 1c57b52183
commit 1887d5d01e
4 changed files with 11 additions and 3 deletions

View File

@@ -946,3 +946,7 @@
.sn-component .border-t-0 {
border-top-width: 0;
}
.text-editor {
font-size: var(--sn-stylekit-font-size-editor);
}