IE11: Login form needs full flex shorthand
This commit is contained in:
parent
225593d445
commit
80b3560050
|
@ -5,7 +5,7 @@
|
||||||
.create-account {
|
.create-account {
|
||||||
#login-buttons:not(.hidden) {
|
#login-buttons:not(.hidden) {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 0;
|
flex: 0 1 auto;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
min-height: 75px;
|
min-height: 75px;
|
||||||
|
|
Loading…
Reference in New Issue