list in panel margin bottom fix

This commit is contained in:
yuri
2018-01-12 16:42:45 +02:00
parent 8feca2783f
commit 562fa03c6c
+5
View File
@@ -669,6 +669,11 @@ table.no-margin {
border-color: #e0e0e0;
}
.panel-body > .list-container > .list > div.show-more {
display: inline-block;
width: 100%;
}
.panel-body > div:first-child > .list-expanded:first-child {
margin-top: -@panel-padding;
}