Skip to content

Commit 223aa46

Browse files
committed
⚒️ spacing
1 parent 9750cfb commit 223aa46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/shared/IdentityPopover.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<p class="has-text-weight-bold is-size-4 mb-1">
1818
{{ identity.display }}
1919
</p>
20-
<p class="is-size-7">
20+
<p class="is-size-7 mb-1">
2121
{{ shortenedAddress }}
2222
<b-icon
2323
icon="copy"
@@ -27,7 +27,7 @@
2727
@click.native="toast('Copied to clipboard')"
2828
></b-icon>
2929
</p>
30-
<p class="is-size-7 is-flex is-align-items-center pb-3">
30+
<p class="is-size-7 is-flex is-align-items-center py-3">
3131
<b-icon
3232
icon="clock"
3333
size="is-small"

0 commit comments

Comments
 (0)