Skip to content

Commit

Permalink
Merge pull request #4048 from GovAlta/Fix-CS-3896
Browse files Browse the repository at this point in the history
updated fix-3896-Event definitions grid and scripts grid don't handle…
  • Loading branch information
Sankeerth-Mulkalla-goa authored Feb 3, 2025
2 parents 7fc5766 + f07b66a commit a617d03
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 a617d03

Please sign in to comment.