I found the issue.. Bootstrap has this built-in:
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
Type: Posts; User: skewty
I found the issue.. Bootstrap has this built-in:
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
I found the issue.. Bootstrap has this built-in:
@media (min-width: 768px) {
.form-horizontal .control-label {
padding-top: 7px;
margin-bottom: 0;
text-align: right;
}
}
I have tried other forums and nobody seems to have a solution. Has anyone else encountered this? I am thinking of submitting a bug report.
I can't seem to figure out why bootstrap 3 doesn't seem to render form-horizontal correctly on smaller screen sizes.
The labels should all be right aligned (not left) and their vertical alignment...