Skip to content

Commit

Permalink
[Unified Search] Sql editor border fix on resize. (#148198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov and kibanamachine authored Jan 3, 2023
1 parent ae60734 commit a4c13e4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,12 @@ export const TextBasedLanguagesEditor = memo(function TextBasedLanguagesEditor({
</EuiFlexItem>
</EuiFlexGroup>
)}
<EuiFlexGroup gutterSize="none" responsive={false} css={{ margin: 0 }} ref={containerRef}>
<EuiFlexGroup
gutterSize="none"
responsive={false}
css={{ margin: '0 0 1px 0' }}
ref={containerRef}
>
<EuiResizeObserver onResize={onResize}>
{(resizeRef) => (
<EuiOutsideClickDetector
Expand Down

0 comments on commit a4c13e4

Please sign in to comment.