Remove useless margins at the end of panel boxes

This commit is contained in:
Raphael Michel
2022-10-07 10:17:29 +02:00
parent 0a95f90012
commit 2409c513d6

View File

@@ -473,6 +473,13 @@ td > .dl-horizontal {
word-wrap: break-word;
}
td > p:last-child,
.panel-body > dl:last-child,
.panel-body > .table:last-child,
.panel-body > .table-responsive:last-child > .table:last-child {
margin-bottom: 0;
}
.fa.disabled {
color: $text-muted;
}