Support product pictures for add-on products

This commit is contained in:
Raphael Michel
2018-12-19 09:37:30 +01:00
parent d05530ddfc
commit 041d05eb66
2 changed files with 35 additions and 2 deletions

View File

@@ -140,4 +140,9 @@
flex-shrink: 1;
}
}
}
}
@media (max-width: $screen-sm-max) {
.form-horizontal .control-label {
text-align: left;
}
}