Skip to content

Commit

Permalink
Backport PR jupyterlab#6935: add display:flex to .jp-Inspector-defaul…
Browse files Browse the repository at this point in the history
…t-content
  • Loading branch information
jasongrout authored and MeeseeksDev[bot] committed Aug 9, 2019
1 parent c5bd068 commit a94a17a
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 a94a17a

Please sign in to comment.