Skip to content

Commit

Permalink
Merge pull request #3374 from JoinColony/bug/issue-3373-create-domain…
Browse files Browse the repository at this point in the history
…-button-icon

Fix CreateDomainButton icon going out of bounds
  • Loading branch information
ArmandoGraterol committed May 10, 2022
2 parents a0be516 + 858cea9 commit f3e8cba
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -9,10 +9,11 @@
.main {
composes: button from "~styles/reset.css";
display: flex;
align-items: center;
justify-content: center;
align-items: center;
height: 38px;
width: 199px;
position: relative;
border-radius: 15px;
font-size: var(--size-small);
font-weight: var(--weight-bold);
Expand All @@ -32,6 +33,5 @@

.buttonIcon {
position: absolute;
bottom: 10px;
left: 66px;
left: 0;
}

0 comments on commit f3e8cba

Please sign in to comment.