This commit is contained in:
Yuri Kuznetsov
2022-02-01 17:13:31 +02:00
parent 3bff5e3fb7
commit e8b3582040
+7 -1
View File
@@ -1246,16 +1246,22 @@ section {
border-width: 0;
border-bottom-width: 1px;
}
> li.list-group-item:first-child {
border-top-width: 1px;
border-top-color: transparent;
}
> li.list-group-item:last-child {
border-bottom-width: 0;
}
}
.panel.dashlet > .panel-body > .list-container > .list > .list-group {
> li.list-group-item:last-child {
border-bottom-width: 1px;
}
}
table.no-margin {
margin-bottom: 0;