diff --git a/web/satellite/src/components/account/ProfileArea.vue b/web/satellite/src/components/account/ProfileArea.vue index 04227e862..9c6b98c0b 100644 --- a/web/satellite/src/components/account/ProfileArea.vue +++ b/web/satellite/src/components/account/ProfileArea.vue @@ -145,7 +145,6 @@ export default class ProfileArea extends Vue { position: relative; font-family: 'font_regular', sans-serif; padding-bottom: 100px; - user-select: none; &__title { font-family: 'font_bold', sans-serif; diff --git a/web/satellite/src/components/account/billing/balance/AccountBalance.vue b/web/satellite/src/components/account/billing/balance/AccountBalance.vue index 16317a034..c42e09a2f 100644 --- a/web/satellite/src/components/account/billing/balance/AccountBalance.vue +++ b/web/satellite/src/components/account/billing/balance/AccountBalance.vue @@ -99,7 +99,6 @@ export default class AccountBalance extends Vue { font-size: 32px; line-height: 48px; margin-right: 13px; - user-select: none; } &__info-button { diff --git a/web/satellite/src/components/account/billing/billingHistory/DepositAndBilling.vue b/web/satellite/src/components/account/billing/billingHistory/DepositAndBilling.vue index 6241eb0f4..c1325c10e 100644 --- a/web/satellite/src/components/account/billing/billingHistory/DepositAndBilling.vue +++ b/web/satellite/src/components/account/billing/billingHistory/DepositAndBilling.vue @@ -72,7 +72,6 @@ export default class DepositAndBilling extends Vue { &__title { font-size: 32px; line-height: 48px; - user-select: none; } .button { diff --git a/web/satellite/src/components/account/billing/billingHistory/SortingHeader.vue b/web/satellite/src/components/account/billing/billingHistory/SortingHeader.vue index 62a362710..8a09e9619 100644 --- a/web/satellite/src/components/account/billing/billingHistory/SortingHeader.vue +++ b/web/satellite/src/components/account/billing/billingHistory/SortingHeader.vue @@ -42,7 +42,6 @@ export default class SortingHeader extends Vue {} font-size: 16px; line-height: 10px; color: #afb7c1; - user-select: none; } } } diff --git a/web/satellite/src/components/account/billing/monthlySummary/MonthlyBillingSummary.vue b/web/satellite/src/components/account/billing/monthlySummary/MonthlyBillingSummary.vue index 592f15d08..da26ee236 100644 --- a/web/satellite/src/components/account/billing/monthlySummary/MonthlyBillingSummary.vue +++ b/web/satellite/src/components/account/billing/monthlySummary/MonthlyBillingSummary.vue @@ -24,7 +24,7 @@ Usage Charges - Estimated total {{ chargesSummary | centsToDollars }} + Estimated total {{ chargesSummary | centsToDollars }}
{{ itemData.formattedBucketName() }}
+{{ itemData.storage.toFixed(4) }}
+{{ itemData.egress.toFixed(4) }}
+{{ itemData.objectCount.toString() }}