Skip to content

Commit

Permalink
[VUE] Fix Firefox width
Browse files Browse the repository at this point in the history
  • Loading branch information
BreadJS committed Aug 5, 2024
1 parent daa41e1 commit 6f74ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dashboard/WalletBalance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ function restoreWallet() {
v-html="iShieldLock"
></span>
</div>
<div style="width: -webkit-fill-available">
<div style="width: 100%">
{{ transparentSyncing ? syncTStr : 'Syncing Blocks...' }}
<LoadingBar
:show="true"
Expand Down Expand Up @@ -548,7 +548,7 @@ function restoreWallet() {
v-html="iShieldLock"
></span>
</div>
<div style="width: -webkit-fill-available">
<div style="width: 100%">
{{ txCreationStr }}
<LoadingBar
:show="true"
Expand Down

0 comments on commit 6f74ac5

Please sign in to comment.