mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-30 15:24:08 +03:00
make inline and search form labels inline-block
This commit is contained in:
@@ -452,6 +452,10 @@ input::-webkit-input-placeholder {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.search-form label,
|
||||
.inline-form label {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
// Margin to space out fieldsets
|
||||
.control-group {
|
||||
|
||||
Reference in New Issue
Block a user