Fixes Error Message Overflowing While Keeping Alignment

Fixes Error Message Overflowing While Keeping Alignment.
This commit is contained in:
Electron - Mark Firth 2018-07-09 14:12:56 +10:00 committed by GitHub
parent b9776da810
commit 7e8fddd87a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,9 @@
.asset-display {
flex: 1 0 auto;
display: block;
display: flex;
justify-content: center;
align-items: center;
/*align-items: center;*/
flex-direction: column;
}
.asset-image, .asset-video {