Skip to content

Commit

Permalink
Fix Verify contract button width
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Oct 19, 2020
1 parent 5f83f0d commit 655cd7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ $new-smart-contract-center-column-margin-right: 30px;
z-index: 12;
}
}
.w-118 {
width: 117.828px;
}
}

.smart-contract-libraries-wrapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@

<div class="smart-contract-form-buttons">
<button
class="position-absolute btn-full-primary d-none mr-2"
class="position-absolute w-118 btn-full-primary d-none mr-2"
disabled="true"
id="loading"
name="button"
Expand Down

0 comments on commit 655cd7c

Please sign in to comment.