Skip to content

Commit

Permalink
fix: UI issues in the ENS Claim page (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Jan 5, 2024
1 parent 23ea9fe commit a70d9d1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
flex: 1;
}

.claimNamePage .card.claimContainer :global(.dcl.close) {
.claimNamePage .claimContainer :global(.dcl.close) {
position: absolute;
background: none;
right: 12px;
Expand Down Expand Up @@ -296,6 +296,7 @@
}

.claimNamePage .claimContainer :global(.ui.primary.button) {
height: 100%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
Expand Down

0 comments on commit a70d9d1

Please sign in to comment.