Skip to content

Instantly share code, notes, and snippets.

@davidfuhr
Created August 28, 2012 20:43
Show Gist options
  • Save davidfuhr/3504094 to your computer and use it in GitHub Desktop.
Save davidfuhr/3504094 to your computer and use it in GitHub Desktop.
.myform {
$label-width: 80px;
.form-horizontal .control-label {
width: $label-width;
}
.form-horizontal .controls {
margin-left: $label-width + 20px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment