feat(portal): audit incident review changes

This commit is contained in:
igor04091968
2026-06-04 14:11:34 +03:00
parent 20fb47b457
commit cd95792196
4 changed files with 286 additions and 11 deletions
@@ -604,6 +604,29 @@ h1 {
font-weight: 800;
}
.review-history {
margin-top: 6px;
max-width: 320px;
}
.review-history summary {
cursor: pointer;
color: var(--link);
font-size: 12px;
font-weight: 800;
}
.review-history ul {
display: grid;
gap: 6px;
margin: 6px 0 0;
padding-left: 16px;
}
.review-history li {
overflow-wrap: anywhere;
}
.heatmap-table td {
min-width: 120px;
}