From ccab74f1ef695da4f31cd7e97954cf57adc132fb Mon Sep 17 00:00:00 2001 From: Amelia Wattenbeger Date: Wed, 8 Dec 2021 09:53:45 -0500 Subject: [PATCH] markdown block- update commit styles --- src/blocks/file-blocks/live-markdown/index.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/blocks/file-blocks/live-markdown/index.tsx b/src/blocks/file-blocks/live-markdown/index.tsx index e8768a5..4ad3900 100644 --- a/src/blocks/file-blocks/live-markdown/index.tsx +++ b/src/blocks/file-blocks/live-markdown/index.tsx @@ -126,10 +126,10 @@ function Issues({ bg="canvas.subtle" p={3} key={issue.id} - className="relative flex-1 min-w-[20em] m-1" + className="relative flex-1 min-w-[19em] m-1" >
- + {issue.title}
- + {release.tag_name}
@@ -213,15 +213,15 @@ function Commits({
- + {commit.commit.message}
{/* author */} - +