FIX: share-and-invite modal was too narrow (#7559)

This commit is contained in:
Joffrey JAFFEUX 2019-05-16 14:37:19 +02:00 committed by GitHub
parent 9ce9d72e71
commit 1afe6d0aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,13 @@
.share-and-invite.modal {
.modal-body {
max-width: 475px;
min-width: 320px;
}
.modal-header {
.modal-close {
padding-left: 0;
}
}
}