Skip to content

Commit

Permalink
fix issue #719
Browse files Browse the repository at this point in the history
Signed-off-by: leroy-chen <leroy.chen.179@gmail.com>
  • Loading branch information
leroy-chen committed Jun 17, 2021
1 parent 96b532c commit 77335fe
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 77335fe

Please sign in to comment.