Fix for safari (#5143)

This commit is contained in:
Zack Arnett 2020-03-12 05:06:08 -04:00 committed by GitHub
parent 11192e6065
commit c7a5f63e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ export class HuiCardPicker extends LitElement {
.preview {
pointer-events: none;
margin: 20px;
flex: 1 1 0;
flex-grow: 1;
display: flex;
align-items: center;
justify-content: center;