We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9750cfb commit 223aa46Copy full SHA for 223aa46
components/shared/IdentityPopover.vue
@@ -17,7 +17,7 @@
17
<p class="has-text-weight-bold is-size-4 mb-1">
18
{{ identity.display }}
19
</p>
20
- <p class="is-size-7">
+ <p class="is-size-7 mb-1">
21
{{ shortenedAddress }}
22
<b-icon
23
icon="copy"
@@ -27,7 +27,7 @@
27
@click.native="toast('Copied to clipboard')"
28
></b-icon>
29
30
- <p class="is-size-7 is-flex is-align-items-center pb-3">
+ <p class="is-size-7 is-flex is-align-items-center py-3">
31
32
icon="clock"
33
size="is-small"
0 commit comments