diff --git a/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/IncidentManager/TestCaseStatus/InlineTestCaseIncidentStatus.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/IncidentManager/TestCaseStatus/InlineTestCaseIncidentStatus.component.tsx
index fed8c70c050..f4c101bb054 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/IncidentManager/TestCaseStatus/InlineTestCaseIncidentStatus.component.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/IncidentManager/TestCaseStatus/InlineTestCaseIncidentStatus.component.tsx
@@ -454,7 +454,12 @@ const InlineTestCaseIncidentStatus = ({
open={showAssigneePopover}
slotProps={{
paper: {
- sx: { width: 300, maxHeight: 500 },
+ sx: {
+ width: 300,
+ maxHeight: 500,
+ border: '1px solid',
+ borderColor: 'grey.300',
+ },
},
}}
transformOrigin={{
@@ -491,7 +496,7 @@ const InlineTestCaseIncidentStatus = ({
-
+
-
+
{t('label.reason')}