Skip to content

Commit

Permalink
fix: add CSS to make REPL wrap correctly
Browse files Browse the repository at this point in the history
Credit to @dtribble for finding this incantation.
  • Loading branch information
michaelfig committed May 26, 2020
1 parent 201768f commit b156251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/cosmic-swingset/lib/ag-solo/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,18 @@
font-weight: 500;
padding-top: 3px;
padding-bottom: 3px;
overflow-wrap: anywhere;
}

.history>.history-line {
padding-bottom: 12px;
overflow-wrap: anywhere;
}

.history>.msg-line {
background: antiquewhite;
font-style: oblique;
overflow-wrap: anywhere;
}

.history>div>.command-line :first-child, .history>div>.history-line :first-child {
Expand Down

0 comments on commit b156251

Please sign in to comment.