Spaces:
Running
Running
Upload 9 files
Browse files
src/views/InstructorView.js
CHANGED
|
@@ -1582,9 +1582,8 @@ export function setupInstructorEvents() {
|
|
| 1582 |
<p class="text-md text-gray-400 truncate" title="${item.title}">${item.title}</p>
|
| 1583 |
</div>
|
| 1584 |
<!-- Prompt Content: Larger Text (text-4xl) -->
|
| 1585 |
-
<
|
| 1586 |
-
|
| 1587 |
-
</div>
|
| 1588 |
`;
|
| 1589 |
grid.appendChild(col);
|
| 1590 |
|
|
|
|
| 1582 |
<p class="text-md text-gray-400 truncate" title="${item.title}">${item.title}</p>
|
| 1583 |
</div>
|
| 1584 |
<!-- Prompt Content: Larger Text (text-4xl) -->
|
| 1585 |
+
<!-- Prompt Content: Larger Text (text-4xl) -->
|
| 1586 |
+
<div class="flex-1 overflow-y-auto font-mono text-green-300 text-3xl leading-relaxed whitespace-pre-wrap p-2 hover:bg-white/5 transition-colors rounded custom-scrollbar text-left" style="text-align: left !important;">${cleanText(item.prompt)}</div>
|
|
|
|
| 1587 |
`;
|
| 1588 |
grid.appendChild(col);
|
| 1589 |
|