web: remove border separation

This commit is contained in:
Abdullah Atta
2025-11-08 13:05:59 +05:00
committed by Ammar Ahmed
parent c5d9ea612e
commit dac78a2339

View File

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