From 045249a9ed459fdab2375470a2a4e37697109d8e Mon Sep 17 00:00:00 2001 From: kosiakkatrina <54268893+kosiakkatrina@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:04:01 +0000 Subject: [PATCH] Update scheme name wrapping (#2786) --- app/frontend/styles/_table-group.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/frontend/styles/_table-group.scss b/app/frontend/styles/_table-group.scss index 6f488d6cb..a38f749dd 100644 --- a/app/frontend/styles/_table-group.scss +++ b/app/frontend/styles/_table-group.scss @@ -24,7 +24,8 @@ } .scheme-name-cell { - word-break: break-all; + overflow-wrap: break-word; + word-break: break-word; } .app-table-group:focus {