From 7dab5732a512299cfa735dabee9d67eaedb52ba4 Mon Sep 17 00:00:00 2001 From: Nikola Pavlov Date: Wed, 4 Dec 2024 15:28:52 +0100 Subject: [PATCH] feat: add evm badge for evm-like contracts and transactions --- .../app/src/components/transactions/infoTable/GeneralInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/components/transactions/infoTable/GeneralInfo.vue b/packages/app/src/components/transactions/infoTable/GeneralInfo.vue index d68bfc578..f68d1368f 100644 --- a/packages/app/src/components/transactions/infoTable/GeneralInfo.vue +++ b/packages/app/src/components/transactions/infoTable/GeneralInfo.vue @@ -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; } }