From 1d461a6816a2599b3a3489827bde15b3adcf5f9f Mon Sep 17 00:00:00 2001 From: patak Date: Tue, 29 Nov 2022 00:22:43 +0100 Subject: [PATCH] fix: line height in content editor (#208) --- styles/global.css | 6 ++++++ 1 file changed, 6 insertions(+) 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%;