diff --git a/web/satellite/src/components/account/billing/billingTabs/PaymentMethods.vue b/web/satellite/src/components/account/billing/billingTabs/PaymentMethods.vue index baa25b525..4e70b4bce 100644 --- a/web/satellite/src/components/account/billing/billingTabs/PaymentMethods.vue +++ b/web/satellite/src/components/account/billing/billingTabs/PaymentMethods.vue @@ -165,8 +165,8 @@ @@ -940,10 +940,15 @@ $align: center; flex-wrap: wrap; gap: 0.3rem; + @media screen and (width <= 650px) { + width: 100%; + } + &__address { display: flex; flex-direction: column; justify-content: center; + width: 100%; gap: 0.3rem; &__label { @@ -953,6 +958,8 @@ $align: center; &__value { font-family: 'font_bold', sans-serif; + overflow: hidden; + text-overflow: ellipsis; } } } diff --git a/web/satellite/src/components/account/billing/paymentMethods/TokenTransactionItem.vue b/web/satellite/src/components/account/billing/paymentMethods/TokenTransactionItem.vue index 8e26f4ba5..241eddc8b 100644 --- a/web/satellite/src/components/account/billing/paymentMethods/TokenTransactionItem.vue +++ b/web/satellite/src/components/account/billing/paymentMethods/TokenTransactionItem.vue @@ -6,38 +6,38 @@

- Deposit on {{ item.formattedType }} + STORJ {{ item.formattedType }}

- {{ item.amount.value }} - {{ item.received.value }} + + {{ item.formattedAmount }}

{{ item.formattedStatus }}

- {{ item.timestamp.toLocaleDateString('en-US', {day:'numeric', month:'short', year:'numeric'}) }} + {{ item.timestamp.toLocaleDateString('en-US', {day:'numeric', month:'short', year:'numeric'}) }}, + {{ item.timestamp.toLocaleTimeString('en-US', {hour:'numeric', minute:'numeric'}) }}

-

{{ item.timestamp.toLocaleDateString('en-US', {day:'numeric', month:'short', year:'numeric'}) }}

+

{{ item.timestamp.toLocaleDateString('en-US', {day:'2-digit', month:'2-digit', year:'numeric'}) }}

+

{{ item.timestamp.toLocaleTimeString('en-US', {hour:'numeric', minute:'numeric'}) }}

-

Deposit on {{ item.formattedType }}

+

STORJ {{ item.formattedType }}

{{ item.wallet }}

- -

{{ item.amount.value }}

-

{{ item.received.value }}

+ +

+ {{ item.formattedAmount }}

@@ -45,7 +45,7 @@ @@ -57,13 +57,14 @@ View on {{ item.linkName }} + >View