aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/forms.less b/less/forms.less
index 781218b44..0415f217e 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -55,11 +55,11 @@ input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
- display: block;
+ display: inline-block;
.box-sizing(border-box); // Makes inputs behave like true block-level elements
min-height: @input-height; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
padding: 6px 9px;
- margin-bottom: @line-height-base / 2;
+ // margin-bottom: @line-height-base / 2;
font-size: @font-size-base;
line-height: @line-height-base;
color: @gray;