Skip to content

Commit 2fc3cc3

Browse files
committed
web: remove border separation
1 parent 69a3fa4 commit 2fc3cc3

File tree

1 file changed

+1
-2
lines changed
  • apps/web/src/components/publish-view

1 file changed

+1
-2
lines changed

apps/web/src/components/publish-view/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ function PublishView(props: PublishViewProps) {
122122
sx={{
123123
flexDirection: "column",
124124
border: "1px solid var(--border)",
125-
borderRadius: "default",
126-
"& div:not(:last-child)": { borderBottom: "1px solid var(--border)" }
125+
borderRadius: "default"
127126
}}
128127
>
129128
{monograph?.publishedAt ? (

0 commit comments

Comments
 (0)