Skip to content

Commit 949457d

Browse files
committed
fix text wrapping
1 parent a8e619f commit 949457d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/agentic-langgraph/app/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>LangGraph Agent Output</h1>
2121
<button id="sendBtn" style="width: 80px; height: 60px; font-size: 1.2em; padding: 8px;">Send</button>
2222
<div id="conversation" style="margin-top: 20px;">
2323
<strong>You:</strong> <span id="sentInput"></span><br><br>
24-
<strong>Agent:</strong> <pre id="output" style="display:inline; font-family:sans-serif;"></pre>
24+
<strong>Agent:</strong> <pre id="output" style="display:inline; font-family:sans-serif; white-space: pre-wrap;"></pre>
2525
</div>
2626

2727
<script>

0 commit comments

Comments
 (0)