change audit detail labels

This commit is contained in:
Mononaut
2023-06-12 12:40:19 -04:00
parent 93d24d1cf7
commit ae5a0312be
4 changed files with 20 additions and 9 deletions

View File

@@ -263,3 +263,10 @@ h1 {
top: 11px;
margin-left: 10px;
}
.audit-details-table {
margin-top: 1.25rem;
@media (max-width: 767.98px) {
margin-top: 0.75rem;
}
}