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 ? (