Skip to content

Commit

Permalink
Missing space fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomThomson committed Oct 5, 2020
1 parent 7c4bdb0 commit e26112b
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 e26112b

Please sign in to comment.