From dac78a2339a2a2cf1ee88c8fbb15036d4f666b40 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Sat, 8 Nov 2025 13:05:59 +0500 Subject: [PATCH] web: remove border separation --- apps/web/src/components/publish-view/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web/src/components/publish-view/index.tsx b/apps/web/src/components/publish-view/index.tsx index af2404110..6e878c176 100644 --- a/apps/web/src/components/publish-view/index.tsx +++ b/apps/web/src/components/publish-view/index.tsx @@ -122,8 +122,7 @@ function PublishView(props: PublishViewProps) { sx={{ flexDirection: "column", border: "1px solid var(--border)", - borderRadius: "default", - "& div:not(:last-child)": { borderBottom: "1px solid var(--border)" } + borderRadius: "default" }} > {monograph?.publishedAt ? (