Commit e3918d9
committed
Fix transcript paragraph/list gaps and widen turn separators
The .transcript .text / .thinking pre-wrap rule was being inherited
into the .markdown-view div on the same element, so source newlines
between paragraphs and list items rendered visibly on top of the
<p>/<li> margins, compounding the gap. Override white-space to normal
inside .markdown-view.
Also bump .turn-marker margin/padding so adjacent turns have a clearer
visual break.1 parent 9401453 commit e3918d9
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
453 | 459 | | |
454 | 460 | | |
455 | 461 | | |
| |||
462 | 468 | | |
463 | 469 | | |
464 | 470 | | |
465 | | - | |
466 | | - | |
| 471 | + | |
| 472 | + | |
467 | 473 | | |
468 | 474 | | |
469 | 475 | | |
| |||
0 commit comments