mirror of
https://github.com/kingomarnajjar/ChatDev.git
synced 2026-07-26 06:37:30 +10:00
Fix style crash when task is too long.
This commit is contained in:
parent
0f3dc87747
commit
b711ffdd8a
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue