diff options
| author | Mark Otto <[email protected]> | 2013-08-12 14:52:49 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 14:52:49 -0700 |
| commit | eb1565681fc526c7f75b90ae3dae1d82b47eb4b6 (patch) | |
| tree | 025b388b8c82bb5f72875ef1391be23c994e4f85 /dist/css/bootstrap.css | |
| parent | c02269a9f046d2f5b267e2316b0d616e8e343c80 (diff) | |
| download | bootstrap-eb1565681fc526c7f75b90ae3dae1d82b47eb4b6.tar.xz bootstrap-eb1565681fc526c7f75b90ae3dae1d82b47eb4b6.zip | |
fixes #9392: no need for width auto on inline/navbar form controls given inline-block on parent form group
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index f80d8b8a5..4094741ca 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1830,9 +1830,6 @@ textarea.input-sm { margin-bottom: 0; vertical-align: middle; } - .form-inline .form-control { - width: auto; - } .form-inline .radio, .form-inline .checkbox { display: inline-block; @@ -3177,9 +3174,6 @@ button.close { margin-bottom: 0; vertical-align: middle; } - .navbar-form .form-control { - width: auto; - } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; |
