FIX: site settings dropdown can be 440px width (#9539)

This commit is contained in:
Joffrey JAFFEUX 2020-04-23 23:12:58 +02:00 committed by GitHub
parent b871e79c5b
commit b19d50f355
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
top: 0;
align-items: center;
justify-content: center;
max-width: 400px;
max-width: 450px;
}
.select-kit-collection {