aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/forms.less b/less/forms.less
index 172ed027d..4e7617365 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -672,7 +672,8 @@ legend + .control-group {
// And apply it only to .help-block instances that follow a form control
input,
select,
- textarea {
+ textarea,
+ span.uneditable-input {
+ .help-block {
margin-top: @baseLineHeight / 2;
}