Align left the boolean checkbox

This commit is contained in:
C?dric Krier 2015-03-13 16:36:58 +01:00
parent af07a85c19
commit bc95541ec4

View file

@ -103,6 +103,12 @@
}
}
.form-boolean {
& input[type=checkbox] {
width: initial;
}
}
@media screen and (max-width: 768px) {
table.responsive,
table.responsive > thead,