Skip to content

Commit

Permalink
Update std-inputs.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitkerem committed Jan 27, 2021
1 parent 37d78cf commit 5fe338d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/standard-input/css/std-inputs.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
}

.std-checkbox-container {
display: block;
display: inline-block;
position: relative;
padding-left: 24px;
margin-bottom: 12px;
Expand Down Expand Up @@ -159,7 +159,7 @@

/* Show the checkmark when checked */
.std-checkbox-container input:checked ~ .checkmark:after {
display: block;
display: inline-block;
}

/* Style the checkmark/indicator */
Expand Down

0 comments on commit 5fe338d

Please sign in to comment.