diff options
| author | Mark Otto <[email protected]> | 2014-03-06 22:32:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-06 22:32:21 -0800 |
| commit | 7e299c6a49bced5d2c2581a5504ddf7dbcaf041f (patch) | |
| tree | cd9b1d5a0771f68a41636d7d82cb9b3adc47016b /dist/css/bootstrap.css | |
| parent | df3eb66ede02646c3ddc15b796d189f5effc60bb (diff) | |
| download | bootstrap-7e299c6a49bced5d2c2581a5504ddf7dbcaf041f.tar.xz bootstrap-7e299c6a49bced5d2c2581a5504ddf7dbcaf041f.zip | |
Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel because it apparently serves no purpose and cuts off nested dropdown menus.
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 271b87458..6fe124c88 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5003,7 +5003,6 @@ a.list-group-item-danger.active:focus { } .panel-group .panel { margin-bottom: 0; - overflow: hidden; border-radius: 4px; } .panel-group .panel + .panel { |
