Skip to content

Commit

Permalink
fix: form-row-first + form-row clear float
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoo committed Feb 6, 2024
1 parent eccef71 commit 5ab343f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newspack-theme/sass/plugins/woocommerce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ a.button {
width: 100%;
}

.form-row:not(.form-row-first):not(.form-row-last) {
+ .form-row:not(.form-row-first):not(.form-row-last) {
clear: left;
}
}
Expand Down

0 comments on commit 5ab343f

Please sign in to comment.