Lashtw commited on
Commit
088b120
·
verified ·
1 Parent(s): 077ad81

Upload 9 files

Browse files
Files changed (1) hide show
  1. src/views/InstructorView.js +2 -3
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
- <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;">
1586
- ${cleanText(item.prompt)}
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