We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f5a1f commit a984525Copy full SHA for a984525
src/AzureOpenAIProxy.PlaygroundApp/Components/Pages/Playground.razor
@@ -11,7 +11,8 @@
11
<ConfigWindowComponent Id="config-window" OnSystemMessageChanged="SetSystemMessage" @rendermode="InteractiveServer" />
12
</FluentGridItem>
13
14
- <FluentGridItem Class="chat-grid" xs="12" sm="12" md="8" lg="8" xl="8" xxl="8" Style="height: 900px;">
+ <FluentGridItem Class="chat-grid" xs="12" sm="12" md="8" lg="8" xl="8" xxl="8"
15
+ Style="height: 800px;border:1px solid lightgrey">
16
<ChatWindowComponent Id="chat-window" @rendermode="InteractiveServer" />
17
18
</FluentGrid>
0 commit comments