IE11: Login form needs full flex shorthand

This commit is contained in:
Kris 2019-05-16 14:07:49 -04:00
parent 225593d445
commit 80b3560050
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
.create-account {
#login-buttons:not(.hidden) {
display: flex;
flex: 0;
flex: 0 1 auto;
flex-direction: column;
align-items: stretch;
min-height: 75px;