Skip to content

Commit

Permalink
switch off grow
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcelroy committed May 12, 2024
1 parent 48c5cfe commit f8ab77f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ export const ChatPlaygroundOverview: React.FC = () => {
>
<EuiPageTemplate
offset={0}
grow
restrictWidth={false}
data-test-subj="svlPlaygroundPage"
minHeight={0}
grow={false}
>
<EuiPageTemplate.Header
pageTitle={
Expand Down

0 comments on commit f8ab77f

Please sign in to comment.