From 0da746616c539eeb582bf525cdfdaace7ca98db7 Mon Sep 17 00:00:00 2001 From: shafin-deriv Date: Thu, 18 Apr 2024 16:14:07 +0800 Subject: [PATCH] fix: text overflow issue --- .../dashboard/components/AppsTable/responsive-table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/dashboard/components/AppsTable/responsive-table.scss b/src/features/dashboard/components/AppsTable/responsive-table.scss index 26369c872..c8996d7ce 100644 --- a/src/features/dashboard/components/AppsTable/responsive-table.scss +++ b/src/features/dashboard/components/AppsTable/responsive-table.scss @@ -21,6 +21,7 @@ &_row { text-align: start; justify-content: start; + overflow-wrap: anywhere; } } .redirect_url {