Skip to content

Commit

Permalink
Missing space fix (#79585)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson authored Oct 6, 2020
1 parent e7ed40b commit 1e36e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export function PanelHeader({
</span>
</EuiToolTip>
) : (
titleComponent
<span className="embPanel__titleInner">{titleComponent}</span>
);
};

Expand Down

0 comments on commit 1e36e27

Please sign in to comment.