Skip to content

Commit 4e2cee7

Browse files
polegkashtiPoleg Kashti
and
Poleg Kashti
authored
FE: Fix display of ACLs with leading/trailing spaces in table (#591)
Co-authored-by: Poleg Kashti <poleg@DESKTOP-BSN03E3>
1 parent f36c18d commit 4e2cee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/common/NewTable/Table.styled.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export const Table = styled.table(
152152
color: ${table.td.color.normal};
153153
vertical-align: middle;
154154
word-wrap: break-word;
155+
white-space: pre;
155156
156157
& a {
157158
color: ${table.td.color.normal};

0 commit comments

Comments
 (0)