diff options
| author | Mark Otto <[email protected]> | 2013-07-31 18:06:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-31 18:06:20 -0700 |
| commit | e9413315b55ec036a6de9846e4fb2fed1f910b7c (patch) | |
| tree | 4755733bfa487cd15a2c96c46959a8f31f193fad /dist/css/bootstrap.css | |
| parent | 3cdb07fab3957ce3a97d17ea9cdf55b4c35c5cbc (diff) | |
| download | bootstrap-e9413315b55ec036a6de9846e4fb2fed1f910b7c.tar.xz bootstrap-e9413315b55ec036a6de9846e4fb2fed1f910b7c.zip | |
fixes #8937: align the dropdown menus in input groups
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1d8885943..e0862209e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1894,6 +1894,7 @@ input[type="button"].btn-block { } .input-group { + position: relative; display: table; border-collapse: separate; } |
