fix: line height in content editor (#208)

This commit is contained in:
patak 2022-11-29 00:22:43 +01:00 committed by GitHub
parent 8376dcf565
commit 1d461a6816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,12 @@ html {
}
}
.content-editor.content-rich {
p {
--at-apply: my-0;
}
}
.skeleton-loading-bg {
background: linear-gradient(90deg,rgba(190,190,190,.2) 25%,rgba(129,129,129,.24) 37%,rgba(190,190,190,.2) 63%);
background-size: 400% 100%;