Commit bff8ba2b authored by Jesse Mandel's avatar Jesse Mandel

Fix for Issue #11411

parent fa710fdb
......@@ -1953,6 +1953,7 @@ output {
.form-control::-moz-placeholder {
color: #999999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
......@@ -5655,7 +5656,7 @@ a.list-group-item.active:focus .list-group-item-text {
}
.panel > .table,
.panel > .table-responsive {
.panel > .table-responsive > .table {
margin-bottom: 0;
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -57,7 +57,7 @@
.panel {
> .table,
> .table-responsive {
> .table-responsive > .table {
margin-bottom: 0;
}
> .panel-body + .table,
......
Markdown is supported
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