2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Fixes #14221: Make .form-control-static work in inline forms as well

This commit is contained in:
Mark Otto
2014-07-23 20:54:07 -07:00
parent abbb4d64e1
commit 078aafe7fd
8 changed files with 22 additions and 5 deletions
+5
View File
@@ -421,6 +421,11 @@ input[type="checkbox"] {
vertical-align: middle;
}
// Make static controls behave like regular ones
.form-control-static {
display: inline-block;
}
.input-group {
display: inline-table;
vertical-align: middle;