Skip to content

Commit

Permalink
fix: Over limit cell value issue (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Jul 8, 2024
2 parents a9acb6f + aad8e7b commit d0f9598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
padding: 5px !important;
}
.cell-value {
max-width: 80%;
max-width: 75%;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
Expand Down

0 comments on commit d0f9598

Please sign in to comment.