Fix #21: Ensure process output text boxes wrap properly #22
+3
-12
@@ -233,8 +233,7 @@ button:disabled {
|
|||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#targenLog,
|
.log-container pre {
|
||||||
#printtargLog {
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
@@ -242,6 +241,7 @@ button:disabled {
|
|||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ========================================
|
/* ========================================
|
||||||
@@ -497,16 +497,7 @@ button.danger:hover {
|
|||||||
border-color: #f44336;
|
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
|
Stage 4: Spinner & Success Card
|
||||||
|
|||||||
Reference in New Issue
Block a user