Skip to content

Commit a984525

Browse files
committed
Resolve merge conflict
1 parent 78f5a1f commit a984525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AzureOpenAIProxy.PlaygroundApp/Components/Pages/Playground.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<ConfigWindowComponent Id="config-window" OnSystemMessageChanged="SetSystemMessage" @rendermode="InteractiveServer" />
1212
</FluentGridItem>
1313

14-
<FluentGridItem Class="chat-grid" xs="12" sm="12" md="8" lg="8" xl="8" xxl="8" Style="height: 900px;">
14+
<FluentGridItem Class="chat-grid" xs="12" sm="12" md="8" lg="8" xl="8" xxl="8"
15+
Style="height: 800px;border:1px solid lightgrey">
1516
<ChatWindowComponent Id="chat-window" @rendermode="InteractiveServer" />
1617
</FluentGridItem>
1718
</FluentGrid>

0 commit comments

Comments
 (0)