fix(settings-bar): prevent placeholder bar shrink

This commit is contained in:
Enix 2018-06-13 10:44:43 +08:00 committed by GitHub
parent ec59501c00
commit 44f98d9f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -344,6 +344,7 @@
}
}
.placeholder-row {
flex-shrink: 0;
display: flex;
justify-content: flex-end;
align-items: center;