Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ export const Chat = () => {
css={{
paddingTop: euiTheme.size.l,
paddingBottom: euiTheme.size.l,
// don't allow the chat to shrink below 66.6% of the screen
// don't allow the chat to shrink below 700px
flexBasis: 0,
minWidth: '66.6%',
minWidth: 700,
}}
>
<EuiFlexGroup direction="column" className="eui-fullHeight">
Expand Down