çalışmıyor ben simple plunker here.hizalamak-öğeleri, hizaya-kendini IE11
.container {
display:flex;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
min-height: 4em;
}
.nav {
flex: 0 0 4em;
height: 1em;
}
.logo {
flex: 1 0 auto;
align-self: stretch;
}
Bu istediğin hale çalışıyor Chrome'da 49 zorundayız :
ben IE'nin uyumluluk modunda olmadığını kontrol ettim - değil - IE11 modunda.
Neler oluyor burda?