Skip to content

Commit

Permalink
WordPress#2221 number issues is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulupadala-multidots committed Feb 15, 2024
1 parent c83dd40 commit 2a89dcb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@ input[type="checkbox"]:checked::before {
color: #1e8cbe;
content: "\f147";
font: 400 30px/1 dashicons;
margin: -3px -5px;
margin: -3px -1px;
}

input[type="radio"]:checked::before {
Expand Down Expand Up @@ -2127,7 +2127,7 @@ fieldset label {
}
input[type="checkbox"]:checked::before {
font: 400 21px/1 dashicons;
margin: -3px 0 0 -4px;
margin: -3px 0 0 -1px;
}
input[type="radio"],
input[type="checkbox"] {
Expand Down

0 comments on commit 2a89dcb

Please sign in to comment.