From f255f469677e1740bc624bd166b4ee3c93a2befd Mon Sep 17 00:00:00 2001 From: hole-thu Date: Thu, 4 May 2023 00:49:39 +0800 Subject: [PATCH] margin for p --- src/Flows.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Flows.css b/src/Flows.css index c672bd2..ab56100 100644 --- a/src/Flows.css +++ b/src/Flows.css @@ -196,6 +196,10 @@ overflow-x: auto; } +.box-content > p:not(:last-child) { + margin-bottom: 1em; +} + .left-container .box-content { max-height: calc(100vh + 15em); overflow-y: hidden;