Skip to content

Commit

Permalink
updated fix-3896-Event definitions grid and scripts grid don't handle…
Browse files Browse the repository at this point in the history
… long strings properly
  • Loading branch information
Sankeerth-Mulkalla-goa committed Jan 30, 2025
1 parent 287eae6 commit f07b66a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ export const EventDefinitionsList = styled(EventDefinitionsListComponent)`
word-break: break-all;
}
& td:nth-child(2) {
flex: 1;
word-wrap: break-word;
word-break: break-all;
}
& td:last-child {
width: 40px;
white-space: nowrap;
Expand Down

0 comments on commit f07b66a

Please sign in to comment.