How to make flex-end work in IE11
问题 I tried to make justify-content: flex-end; work, for overflowing-hidden DIV content, in IE11, without success. After trying several combinations I created a minimal snippet which works in Chrome but not in IE11: .token-container { width: 200px; white-space: nowrap; overflow: hidden; padding: 5px; box-shadow: 1px 1px 2px 1px silver inset; display: flex; flex-direction: row; justify-content: flex-end; //align-content: flex-end; } .token { display: inline-block; border: 1px solid silver; margin: