diff --git a/web/oss/src/components/DrillInView/DrillInBreadcrumb.tsx b/web/oss/src/components/DrillInView/DrillInBreadcrumb.tsx index 3daf9a427..2c288876d 100644 --- a/web/oss/src/components/DrillInView/DrillInBreadcrumb.tsx +++ b/web/oss/src/components/DrillInView/DrillInBreadcrumb.tsx @@ -104,7 +104,7 @@ const DrillInBreadcrumb = memo( ) return ( -
+
{/* Fixed prefix (span navigation) - doesn't scroll */} {prefix &&
{prefix}
} diff --git a/web/oss/src/components/DrillInView/DrillInContent.tsx b/web/oss/src/components/DrillInView/DrillInContent.tsx index 3fb57b5cd..4df7c8e47 100644 --- a/web/oss/src/components/DrillInView/DrillInContent.tsx +++ b/web/oss/src/components/DrillInView/DrillInContent.tsx @@ -704,7 +704,7 @@ export function DrillInContent({ {/* Field content - collapsible */} {!isCollapsed && ( -
+
{renderFieldContent({ item, stringValue, diff --git a/web/oss/src/components/TestcasesTableNew/components/TestcaseEditDrawer/index.tsx b/web/oss/src/components/TestcasesTableNew/components/TestcaseEditDrawer/index.tsx index ed72d532e..9431237c8 100644 --- a/web/oss/src/components/TestcasesTableNew/components/TestcaseEditDrawer/index.tsx +++ b/web/oss/src/components/TestcasesTableNew/components/TestcaseEditDrawer/index.tsx @@ -67,7 +67,7 @@ const TestcaseEditDrawerContent = forwardRef< const entityWithDrillIn = testcase as any return ( -
+