mirror of
https://github.com/kingomarnajjar/ChatDev.git
synced 2026-07-26 06:37:30 +10:00
fix width
This commit is contained in:
parent
b711ffdd8a
commit
b11931f808
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
<div id="show" style="display: grid;">
|
<div id="show" style="display: grid;">
|
||||||
|
|
||||||
<div id="humanRequest" style="position: relative; overflow: auto;">
|
<div id="humanRequest" style="position: relative; overflow: auto;">
|
||||||
<p id="Requesttext" style=" color:aliceblue; display: block;font-weight: 900; max-height: 18px;">Task: </p>
|
<p id="Requesttext" style=" color:aliceblue; display: block;font-weight: 900; max-height: 18px; max-width: 800px;">Task: </p>
|
||||||
</div>
|
</div>
|
||||||
<div id="dialogBody" style="top:20px;display: flex;flex-direction: column;">
|
<div id="dialogBody" style="top:20px;display: flex;flex-direction: column;">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue