Fix #21: Ensure process output text boxes wrap properly #22

Merged
gronod merged 1 commits from bugfix/issue-21-log-wrap into development 2026-08-23 09:11:17 +01:00
+3 -12
View File
@@ -233,8 +233,7 @@ button:disabled {
font-size: 0.9em;
}
#targenLog,
#printtargLog {
.log-container pre {
margin: 0;
font-family: monospace;
font-size: 0.9em;
@@ -242,6 +241,7 @@ button:disabled {
max-height: 200px;
overflow-y: auto;
white-space: pre-wrap;
overflow-wrap: anywhere;
}
/* ========================================
@@ -497,16 +497,7 @@ button.danger:hover {
border-color: #f44336;
}
/* Process log for chartread */
#chartreadLog {
margin: 0;
font-family: monospace;
font-size: 0.9em;
color: #ccc;
max-height: 200px;
overflow-y: auto;
white-space: pre-wrap;
}
/* ========================================
Stage 4: Spinner & Success Card