Fix Error Message Issue

Fixes the error message issue shown in the below image.
This commit is contained in:
Electron - Mark Firth 2018-07-08 21:14:50 +10:00 committed by GitHub
parent 57c08fd3ad
commit b9776da810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
.asset-display {
flex: 1 0 auto;
display: flex;
display: block;
justify-content: center;
align-items: center;
}