Skip to content

Commit 7680bdb

Browse files
authored
Merge pull request #16 from FusionAuth/15-correct-width-property-typo-for-checked
15 Fix Typo in Width Property Resulting in Check Mark Not Fully Displaying
2 parents de49bf4 + 8ffdcb0 commit 7680bdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kickstart/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ input[type="checkbox"]:checked:after {
310310
left: .25rem;
311311
top: .3125rem;
312312
transform: rotate(-46deg);
313-
width: .625 rem;
313+
width: .625rem;
314314
display: block;
315315
position: absolute;
316316
}

0 commit comments

Comments
 (0)