Skip to content

Commit

Permalink
Merge pull request #478 from ethereum/wrap-bug
Browse files Browse the repository at this point in the history
Wrap behavior when copying tx hash
  • Loading branch information
samajammin authored Dec 15, 2021
2 parents 48ef812 + c565580 commit 4e0a4e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vue-app/src/components/TransactionReceipt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="actions">
<links
class="explorerLink"
:to="blockExplorerUrl"
:to="blockExplorer.url"
v-tooltip="`View on ${blockExplorer.label}`"
:hideArrow="true"
>
Expand Down
3 changes: 2 additions & 1 deletion vue-app/src/views/ProjectAdded.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,11 @@ ul {
.flex-title {
display: flex;
gap: 0.5rem;
align-items: center;
align-items: left;
margin-bottom: 3rem;
margin-top: 1.5rem;
flex-wrap: wrap;
flex-direction: column;
img {
width: 1rem;
Expand Down

0 comments on commit 4e0a4e0

Please sign in to comment.