Skip to content

Commit b156251

Browse files
committed
fix: add CSS to make REPL wrap correctly
Credit to @dtribble for finding this incantation.
1 parent 201768f commit b156251

File tree

1 file changed

+3
-0
lines changed
  • packages/cosmic-swingset/lib/ag-solo/html

1 file changed

+3
-0
lines changed

packages/cosmic-swingset/lib/ag-solo/html/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,18 @@
108108
font-weight: 500;
109109
padding-top: 3px;
110110
padding-bottom: 3px;
111+
overflow-wrap: anywhere;
111112
}
112113

113114
.history>.history-line {
114115
padding-bottom: 12px;
116+
overflow-wrap: anywhere;
115117
}
116118

117119
.history>.msg-line {
118120
background: antiquewhite;
119121
font-style: oblique;
122+
overflow-wrap: anywhere;
120123
}
121124

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

0 commit comments

Comments
 (0)