UX: gives wizard language selector more room to expand

This commit is contained in:
Joe 2018-07-28 11:51:53 +08:00 committed by GitHub
parent 7a1a1eb4c0
commit 3dbaaf0d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,6 @@ body.wizard {
.wizard-step-form { .wizard-step-form {
max-height: 500px; max-height: 500px;
overflow-y: auto;
} }
.wizard-step-emoji { .wizard-step-emoji {
@ -115,6 +114,7 @@ body.wizard {
.wizard-step-colors { .wizard-step-colors {
margin-bottom: 20px; margin-bottom: 20px;
overflow-y: auto;
.grid { .grid {
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;