mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-04-25 19:28:09 +00:00
Fix style crash when task is too long.
This commit is contained in:
parent
0f3dc87747
commit
b711ffdd8a
@ -34,8 +34,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div id="show" style="display: grid;">
|
||||
<div id="humanRequest" style="position: relative;">
|
||||
<p id="Requesttext" style=" color:aliceblue; display: block;font-weight: 900;">Task: </p>
|
||||
|
||||
<div id="humanRequest" style="position: relative; overflow: auto;">
|
||||
<p id="Requesttext" style=" color:aliceblue; display: block;font-weight: 900; max-height: 18px;">Task: </p>
|
||||
</div>
|
||||
<div id="dialogBody" style="top:20px;display: flex;flex-direction: column;">
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user