mirror of
https://github.com/OpenBMB/ChatDev.git
synced 2026-07-29 17:36:02 +00:00
fix width
This commit is contained in:
parent
b711ffdd8a
commit
b11931f808
@ -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…
x
Reference in New Issue
Block a user