From aad8e7bfef729f5bf766c24d813bba34f94e1f78 Mon Sep 17 00:00:00 2001 From: chavda-bhavik Date: Mon, 8 Jul 2024 15:32:32 +0530 Subject: [PATCH] fix: Over limit cell value issue --- .../src/components/Common/Table/HandsonTable.styles.min.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/widget/src/components/Common/Table/HandsonTable.styles.min.css b/apps/widget/src/components/Common/Table/HandsonTable.styles.min.css index 5fa42182f..0e1564d7a 100644 --- a/apps/widget/src/components/Common/Table/HandsonTable.styles.min.css +++ b/apps/widget/src/components/Common/Table/HandsonTable.styles.min.css @@ -10,7 +10,7 @@ padding: 5px !important; } .cell-value { - max-width: 80%; + max-width: 75%; display: inline-block; text-overflow: ellipsis; overflow: hidden;