mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-03 18:45:16 -05:00
change form fields back to inline-block to allow for inline-help text in default form markup
This commit is contained in:
@@ -52,7 +52,7 @@ input,
|
||||
textarea,
|
||||
select,
|
||||
.uneditable-input {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
width: 210px;
|
||||
height: @baseLineHeight;
|
||||
padding: 4px;
|
||||
|
||||
Reference in New Issue
Block a user