Skip to content

Commit

Permalink
Fix visualize drag and drop layout jump (#129036)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Mar 31, 2022
1 parent 27ea4f3 commit e22deff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ function DefaultEditorAggGroup({
<EuiSpacer size="s" />
</>
)}
<EuiDroppable droppableId={`agg_group_dnd_${groupName}`}>
<EuiDroppable
droppableId={`agg_group_dnd_${groupName}`}
className="visEditorSidebar__collapsible--marginBottom"
>
<>
{group.map((agg: IAggConfig, index: number) => (
<EuiDraggable
Expand Down

0 comments on commit e22deff

Please sign in to comment.