Skip to content

Commit

Permalink
update--CS-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 29, 2025
1 parent 1f0f6b9 commit 287eae6
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,9 @@ export const EventDefinitionsList = styled(EventDefinitionsListComponent)`
}
& td:first-child {
width: 100px;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
width: 35%;
word-wrap: break-word;
word-break: break-all;
}
& td:last-child {
Expand Down

0 comments on commit 287eae6

Please sign in to comment.