Skip to content

Commit

Permalink
Merge pull request #4103 from david-poindexter/issue-3912
Browse files Browse the repository at this point in the history
Resolve styling issue for checked Accept License checkbox in Extension installer
  • Loading branch information
mitchelsellers committed Sep 20, 2020
2 parents f4681fe + 7810c42 commit 27bdca1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.checkbox {
position: relative;
display: inline;
margin-right: 15px;
margin-right: 20px;
> label {
width: 13px;
height: 13px;
Expand All @@ -34,7 +34,6 @@
& + label {
position: absolute;
top: 0px;
left: 0px;
background: white;
border: 1px solid @thunder;
cursor: pointer;
Expand Down

0 comments on commit 27bdca1

Please sign in to comment.