@@ -495,3 +495,7 @@
filter: alpha(opacity=0);
z-index: -1;
}
+.bootstrap-switch input[type='radio'].form-control,
+.bootstrap-switch input[type='checkbox'].form-control {
+ height: auto;
+}
@@ -200,3 +200,7 @@
@@ -188,5 +188,9 @@
left: 0;
.opacity(0);
+
+ &.form-control {
+ }
@@ -193,5 +193,9 @@