Commit 7e299c6a authored by Mark Otto's avatar Mark Otto
Browse files

Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel...

Fixes #12683: Remove the overflow: hidden; from the .panel-group > .panel because it apparently serves no purpose and cuts off nested dropdown menus.
parent df3eb66e
Showing with 5 additions and 8 deletions
+5 -8
...@@ -6213,7 +6213,6 @@ a.list-group-item-danger.active:focus { ...@@ -6213,7 +6213,6 @@ a.list-group-item-danger.active:focus {
.panel-group .panel { .panel-group .panel {
margin-bottom: 0; margin-bottom: 0;
overflow: hidden;
border-radius: 4px; border-radius: 4px;
} }
......
This diff is collapsed.
...@@ -5003,7 +5003,6 @@ a.list-group-item-danger.active:focus { ...@@ -5003,7 +5003,6 @@ a.list-group-item-danger.active:focus {
} }
.panel-group .panel { .panel-group .panel {
margin-bottom: 0; margin-bottom: 0;
overflow: hidden;
border-radius: 4px; border-radius: 4px;
} }
.panel-group .panel + .panel { .panel-group .panel + .panel {
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
...@@ -199,7 +199,6 @@ ...@@ -199,7 +199,6 @@
.panel { .panel {
margin-bottom: 0; margin-bottom: 0;
border-radius: @panel-border-radius; border-radius: @panel-border-radius;
overflow: hidden; // crop contents when collapsed
+ .panel { + .panel {
margin-top: 5px; margin-top: 5px;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment