Skip to content

Commit

Permalink
feat: add break-all to tx reason field
Browse files Browse the repository at this point in the history
  • Loading branch information
tx-nikola committed Dec 4, 2024
1 parent 198b1ff commit 61b4bc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ const gasUsedPercent = computed(() => {
@apply py-2;
}
.transaction-reason-value {
@apply text-error-600 whitespace-normal;
@apply text-error-600 whitespace-normal break-all;
}
}
</style>

0 comments on commit 61b4bc8

Please sign in to comment.