From 4e2cee76b210cf2dfdc9ba489ef378cd9821ac4f Mon Sep 17 00:00:00 2001 From: Poleg Kashti <46862163+polegkashti@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:56:52 +0300 Subject: [PATCH] FE: Fix display of ACLs with leading/trailing spaces in table (#591) Co-authored-by: Poleg Kashti --- frontend/src/components/common/NewTable/Table.styled.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/common/NewTable/Table.styled.ts b/frontend/src/components/common/NewTable/Table.styled.ts index 5db0ba806..3cb247654 100644 --- a/frontend/src/components/common/NewTable/Table.styled.ts +++ b/frontend/src/components/common/NewTable/Table.styled.ts @@ -152,6 +152,7 @@ export const Table = styled.table( color: ${table.td.color.normal}; vertical-align: middle; word-wrap: break-word; + white-space: pre; & a { color: ${table.td.color.normal};