From af4d9da19fe52887e9ea3106b52958d8161bec80 Mon Sep 17 00:00:00 2001 From: maryliag Date: Fri, 4 Nov 2022 11:05:22 -0400 Subject: [PATCH] ui: add horizontal scroll txn insight details Previously, the table of "waiten on" inside the Transaction Insights details didn't have a horizontal scroll, not letting the user to see the full page on CC console. This commits adds the proper scroll to it. Fixes #91199 Release note (bug fix): Add horizontal scroll on "waited on" table on Transaction Insight details page. --- .../workloadInsightDetails/transactionInsightDetails.tsx | 2 +- .../cluster-ui/src/insightsTable/insightsTable.module.scss | 5 +++++ .../db-console/src/views/app/containers/layout/layout.styl | 3 +-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pkg/ui/workspaces/cluster-ui/src/insights/workloadInsightDetails/transactionInsightDetails.tsx b/pkg/ui/workspaces/cluster-ui/src/insights/workloadInsightDetails/transactionInsightDetails.tsx index e3a5f3ed6218..2fd79fe235ab 100644 --- a/pkg/ui/workspaces/cluster-ui/src/insights/workloadInsightDetails/transactionInsightDetails.tsx +++ b/pkg/ui/workspaces/cluster-ui/src/insights/workloadInsightDetails/transactionInsightDetails.tsx @@ -177,7 +177,7 @@ export class TransactionInsightDetails extends React.Component -
+