Skip to content

Commit

Permalink
Show ellipsis for text overflow in events table
Browse files Browse the repository at this point in the history
fixes #538

Signed-off-by: hriday-panchasara <hriday.panchasara@ericsson.com>
  • Loading branch information
hriday-panchasara authored and MatthewKhouzam committed Oct 29, 2021
1 parent 00c43bd commit 903a130
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react-components/style/trace-explorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,9 @@

.source-code-tooltip {
text-decoration: underline;
}

.ag-react-container {
overflow: hidden;
text-overflow: ellipsis;
}

0 comments on commit 903a130

Please sign in to comment.