Skip to content

Commit

Permalink
Merge pull request #1 from leroy-chen/leroy-chen-patch-1
Browse files Browse the repository at this point in the history
fix issue #719
  • Loading branch information
leroy-chen committed Jun 17, 2021
2 parents 0d9946b + 4442156 commit 1619a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jaeger-ui/src/components/App/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class PageImpl extends React.Component<TProps> {

render() {
const { embedded } = this.props;
const contentCls = cx({ 'Page--content': !embedded });
const contentCls = cx({ 'Page--content': true });
return (
<div>
<Helmet title="Jaeger UI" />
Expand Down

0 comments on commit 1619a58

Please sign in to comment.