fix: line height in content editor (#208)

zio/stable
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
1 changed files with 6 additions and 0 deletions

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%;