From 8ef1ab1ff8dc3af4b11c7548ddb83b348a0891a2 Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Thu, 8 Aug 2024 00:18:37 +0530 Subject: [PATCH] Minor: fixed ui feedback for data quality (#17325) --- .../TestCaseResultTab/TestCaseResultTab.component.tsx | 1 + .../resources/ui/src/styles/components/code-mirror.less | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/IncidentManager/TestCaseResultTab/TestCaseResultTab.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/IncidentManager/TestCaseResultTab/TestCaseResultTab.component.tsx index a6b33af5377..379d942f481 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/IncidentManager/TestCaseResultTab/TestCaseResultTab.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/IncidentManager/TestCaseResultTab/TestCaseResultTab.component.tsx @@ -220,6 +220,7 @@ const TestCaseResultTab = () => { .CodeMirror { height: calc(100vh - 250px) !important; }