We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a3fa4 commit 2fc3cc3Copy full SHA for 2fc3cc3
apps/web/src/components/publish-view/index.tsx
@@ -122,8 +122,7 @@ function PublishView(props: PublishViewProps) {
122
sx={{
123
flexDirection: "column",
124
border: "1px solid var(--border)",
125
- borderRadius: "default",
126
- "& div:not(:last-child)": { borderBottom: "1px solid var(--border)" }
+ borderRadius: "default"
127
}}
128
>
129
{monograph?.publishedAt ? (
0 commit comments