Skip to content

Commit

Permalink
Merge pull request #6935 from rvalieris/revert-6933-fix
Browse files Browse the repository at this point in the history
add display:flex to .jp-Inspector-default-content
  • Loading branch information
jasongrout committed Aug 2, 2019
2 parents 4a6dae3 + d356bd8 commit 76c969c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/inspector/style/base.css
Expand Up @@ -47,6 +47,7 @@
}

.jp-Inspector-default-content {
display: flex;
align-items: center;
justify-content: center;
font-size: xx-large;
Expand Down

0 comments on commit 76c969c

Please sign in to comment.