Skip to content

Commit

Permalink
Merge pull request #6983 from meeseeksmachine/auto-backport-of-pr-693…
Browse files Browse the repository at this point in the history
…5-on-1.0.x

Backport PR #6935 on branch 1.0.x (add display:flex to .jp-Inspector-default-content)
  • Loading branch information
blink1073 committed Aug 9, 2019
2 parents c5bd068 + a94a17a commit af0c9be
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 af0c9be

Please sign in to comment.