Skip to content

Commit

Permalink
Fixed CreateDomainButton icon going out of bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmandoGraterol committed May 9, 2022
1 parent d34d10e commit 76a9600
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 76a9600

Please sign in to comment.