Skip to content

Commit

Permalink
FE: Fix display of ACLs with leading/trailing spaces in table (#591)
Browse files Browse the repository at this point in the history
Co-authored-by: Poleg Kashti <poleg@DESKTOP-BSN03E3>
  • Loading branch information
polegkashti and Poleg Kashti authored Oct 9, 2024
1 parent f36c18d commit 4e2cee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/common/NewTable/Table.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 4e2cee7

Please sign in to comment.