Fixed checkboxes with no value and fixed rendering issue with custom checkboxes in WP when on the second column

This commit is contained in:
Djamil Legato
2015-06-18 00:01:51 -07:00
parent 8d8f7a3bb3
commit 065b2e1035
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ body.g-prime {
@include column-count(1);
}
.card h4 {
.card h4, .card input {
@include transform(translateZ(0));
}
}