Último item do CSS deve ser o final flexível
Setting an automatic left margin for the Last Item will do the work.
.last-item {
margin-left: auto;
}
Open Osprey
Setting an automatic left margin for the Last Item will do the work.
.last-item {
margin-left: auto;
}