.flex-container { display: flex; } .flex-item { flex: none; /* flex: 0 0 auto */ } .flex-item-right { margin-left: auto; }