flex-shrink: 0 1 2 3 4.5 6
1
2
3
.parent{
    display:flex;
}

.child{
   flex-shrink: 0;
}