diff --git a/__tests__/unit/pages/Profile/ProfileAll.spec.js b/__tests__/unit/pages/Profile/ProfileAll.spec.js old mode 100644 new mode 100755 diff --git a/src/renderer/pages/Profile/ProfileAll.vue b/src/renderer/pages/Profile/ProfileAll.vue index 8e042b1e76..a51f3fea10 100644 --- a/src/renderer/pages/Profile/ProfileAll.vue +++ b/src/renderer/pages/Profile/ProfileAll.vue @@ -37,7 +37,7 @@ {{ profile.name | truncate(12) }} - + {{ profileBalance(profile) }} @@ -206,6 +206,10 @@ export default { .ProfileAll__grid__profile__name { width: var(--profile-avatar-xl); } +.ProfileAll__grid__profile__balance { + max-width: 10rem; + @apply .font-bold .my-2 .text-lg .truncate .inline-block; +} .ProfileAll .ProfileAvatar { @apply .flex