Skip to content

Commit

Permalink
[canvas] Fix Expressions button alignment (#104228)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintandrewhall authored Jul 2, 2021
1 parent 2b236b7 commit 5bac6b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const Toolbar: FC<Props> = ({
<EuiFlexItem grow={false} className="canvasToolbar__home">
{workpadName}
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiFlexItem>
<EuiFlexGroup alignItems="center" gutterSize="none" className="canvasToolbar__controls">
<EuiFlexItem grow={false}>
<RoutingButtonIcon
Expand Down

0 comments on commit 5bac6b2

Please sign in to comment.