Botões de copiar e download no modal de relatório de execução

This commit is contained in:
Frederico Castro
2026-02-26 21:03:16 -03:00
parent 3b10984233
commit bbd2ec46dd
2 changed files with 34 additions and 2 deletions

View File

@@ -4233,8 +4233,14 @@ body, .sidebar, .header, .card, .modal-content, .input, .select, textarea, .metr
.hidden { display: none !important; }
.report-actions {
display: flex;
gap: 8px;
margin-bottom: 12px;
}
.report-content {
max-height: 70vh;
max-height: 65vh;
overflow-y: auto;
padding: 1.5rem;
background: var(--bg-primary);