diff options
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 72903faa2..6c7faf0e2 100644 --- a/less/forms.less +++ b/less/forms.less @@ -548,6 +548,9 @@ legend + .control-group { *display: inline-block; *margin-left: 0; *padding-left: 20px; + &:first-child { + *padding-left: 160px; + } } // Remove bottom margin on block level help text since that's accounted for on .control-group .help-block { |
