From 7958e2a9b54c4c41cce64334bcc76d673277eac7 Mon Sep 17 00:00:00 2001 From: Kirill Morozov Date: Mon, 16 May 2022 18:51:12 +0300 Subject: [PATCH] Added fixed width to the tables cells (#1959) * Added fixed width to the tables cells * Removed affecting on other tables width --- .../src/components/Dashboard/ClustersWidget/ClustersWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx b/kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx index f33e9c4746..e921609c1a 100644 --- a/kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx +++ b/kafka-ui-react-app/src/components/Dashboard/ClustersWidget/ClustersWidget.tsx @@ -84,7 +84,7 @@ const ClustersWidget: React.FC = ({ {chunkItem.data.map((cluster) => ( - + {cluster.readOnly && readonly}{' '} {cluster.name}