I am facing a situation where I have to display a list of items horizontally, with the exception of the first item. All the items after the first one have a margin-left property applied, but when there are too many items they end up overflowing to a new row, which is not ideal.
For reference, you can view the demonstration on Plunker: Demo
I am looking for a solution where the items that overflow to the second row (8, 9, 10) align properly with the items in the first row. Any assistance with this issue would be greatly appreciated.