forked from Mirrors/elk
fix: line height in content editor (#208)
This commit is contained in:
parent
8376dcf565
commit
1d461a6816
1 changed files with 6 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue