The justify-items property is not relevant for flexbox. So when the place-items property is used in flexbox layout, the value for justify-items (the second value) is ignored. In this case 'stretch' works as the property value for align-items, but 'end' as property value for justify-items property does not have any effect.