Minor CSS fix for lists in tables

This commit is contained in:
Raphael Michel
2025-09-12 15:32:36 +02:00
parent ca3570df11
commit 2679f79c3b

View File

@@ -454,7 +454,8 @@ details.details-open .panel-title::before {
td > p:last-child,
.panel-body > dl:last-child,
.panel-body > .table:last-child,
.panel-body > .table-responsive:last-child > .table:last-child {
.panel-body > .table-responsive:last-child > .table:last-child,
table td ul:last-child {
margin-bottom: 0;
}
.alert > p + p, .alert > p + ul, .alert > ul + p {