alexkueck commited on
Commit
184573f
·
verified ·
1 Parent(s): a38ed9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -243,7 +243,7 @@ with gr.Blocks(css="""
243
  }
244
  .doc-name {
245
  font-weight: bold;
246
- color: #DDA0DD;
247
  }
248
  .page-number {
249
  font-weight: bold;
@@ -255,6 +255,7 @@ with gr.Blocks(css="""
255
  border-radius: 5px; /* Abgerundete Ecken */
256
  max-height: 400px; /* Max Höhe für bessere Lesbarkeit */
257
  overflow-y: auto; /* Vertikale Scrollbalken */
 
258
  }
259
  #doc_links a {
260
  color: #DDA0DD; /* Helles Lila für Links im doc_links Feld */
 
243
  }
244
  .doc-name {
245
  font-weight: bold;
246
+ color: #DDA0DD; /* Helles Lila für verlinkte Dokumente */
247
  }
248
  .page-number {
249
  font-weight: bold;
 
255
  border-radius: 5px; /* Abgerundete Ecken */
256
  max-height: 400px; /* Max Höhe für bessere Lesbarkeit */
257
  overflow-y: auto; /* Vertikale Scrollbalken */
258
+ white-space: pre-wrap; /* Textumbruch innerhalb des Feldes */
259
  }
260
  #doc_links a {
261
  color: #DDA0DD; /* Helles Lila für Links im doc_links Feld */