diff --git a/styles/global.css b/styles/global.css index ef78c278..407e1b23 100644 --- a/styles/global.css +++ b/styles/global.css @@ -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%;