UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: выравнивание верхних блоков и зазоров внешних контуров

This commit is contained in:
DCCONSTRUCTIONS
2026-04-20 17:49:37 +03:00
parent a4e9c3751a
commit 47d379e77f
4 changed files with 32 additions and 14 deletions
@@ -78,7 +78,7 @@ export const ExternalContoursContentRoot = observer(function ExternalContoursCon
if (!contourRequest || !issue) return <></>;
return (
<div className="relative flex h-full w-full flex-col overflow-hidden">
<div className="relative flex h-full w-full flex-col overflow-hidden pt-6">
<div className="z-[11] min-h-[52px] flex-shrink-0">
<ExternalContoursIssueActionsHeader
setIsMobileSidebar={setIsMobileSidebar}
@@ -90,7 +90,7 @@ export const ExternalContoursContentRoot = observer(function ExternalContoursCon
hasDirectTargetAccess={hasDirectTargetAccess}
/>
</div>
<ContentWrapper className="space-y-4 px-4 py-4">
<ContentWrapper className="space-y-4 px-4 pb-4 pt-4">
<ExternalContoursIssueMainContent
workspaceSlug={workspaceSlug}
sourceProjectId={projectId}