Fixes Error Message Overflowing While Keeping Alignment
Fixes Error Message Overflowing While Keeping Alignment.
This commit is contained in:
parent
b9776da810
commit
7e8fddd87a
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue