Skip to content

Commit a534d1f

Browse files
committed
Fix pre element overflow in standalone layout
1 parent 08ba64b commit a534d1f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

templates/layout/queue.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@
331331
border-radius: 0.375rem;
332332
border: 1px solid #dee2e6;
333333
overflow-x: auto;
334+
white-space: pre-wrap;
335+
word-wrap: break-word;
336+
max-width: 100%;
334337
}
335338

336339
/* Collapsible sections */

0 commit comments

Comments
 (0)