From ebd68f6b99930b123b3c30b52b0519ca687002d9 Mon Sep 17 00:00:00 2001 From: Luke Lalor Date: Thu, 25 Jul 2024 17:56:02 -0700 Subject: [PATCH] no margin top for code terminal things (#582) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem Screenshot 2024-07-25 at 5 54 05 PM Fixed Screenshot 2024-07-25 at 5 53 55 PM --- webui/apps/docs/src/assets/styles/tailwind.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webui/apps/docs/src/assets/styles/tailwind.css b/webui/apps/docs/src/assets/styles/tailwind.css index 38014f28a..3650548cf 100644 --- a/webui/apps/docs/src/assets/styles/tailwind.css +++ b/webui/apps/docs/src/assets/styles/tailwind.css @@ -88,3 +88,7 @@ .dd *:first-child { margin-top: 0; } + +.frame.is-terminal figcaption + pre { + margin-top: 0; +}