Skip to content

Commit 7fca920

Browse files
authored
removing an extra border (#2515)
1 parent 7ac4eb2 commit 7fca920

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

frontend/src/components/pages/rp-connect/pipeline/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,8 +973,6 @@ function PipelinePageContent() {
973973
return (
974974
// overflow-x-clip guards against stray horizontal overflow (clip, not hidden, to keep overflow-y visible).
975975
<div className="flex min-h-[calc(100dvh-10rem)] min-w-0 flex-col gap-4 overflow-x-clip">
976-
{/* Page top divider. Negative margin cancels the layout's pt-8. */}
977-
<div className="-mt-8 border-divider-default border-b" />
978976
{mode === 'view' && pipeline ? (
979977
<PipelineViewHeader
980978
onBack={handleCancel}

frontend/src/components/pages/rp-connect/pipelines-create.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,6 @@ const RpConnectPipelinesCreateContent = () => {
126126

127127
return (
128128
<PageContent>
129-
{/* Page top divider. Negative margin cancels the layout's pt-8. */}
130-
<div className="-mt-8 border-divider-default border-b" />
131129
<div className="my-2">
132130
<UIText>
133131
For help creating your pipeline, see our{' '}

0 commit comments

Comments
 (0)