IE11: Login form needs full flex shorthand
This commit is contained in:
parent
225593d445
commit
80b3560050
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue