Improve styling for <p> and <ul> combinations in alerts

This commit is contained in:
Raphael Michel
2023-11-14 17:48:43 +01:00
parent b233313a47
commit a631890db1

View File

@@ -539,6 +539,9 @@ td > p:last-child,
.panel-body > .table-responsive:last-child > .table:last-child {
margin-bottom: 0;
}
.alert > p + p, .alert > p + ul, .alert > ul + p {
margin-top: 5px;
}
.fa.disabled {
color: $text-muted;