change form fields back to inline-block to allow for inline-help text in default form markup

This commit is contained in:
Mark Otto
2012-01-25 11:26:45 -08:00
parent d3c5dd4e6a
commit b851156863
5 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ input,
textarea,
select,
.uneditable-input {
display: block;
display: inline-block;
width: 210px;
height: @baseLineHeight;
padding: 4px;