I am using the Vuetify flex helper justify-space-between
, which is short for justify-content: space-between
, but it doesn't seem to be working properly.
It seems to think that there is like a 'ghost element' at the end of the row or something because it adds extra space between the last element and the end, where there should not be any.
codepen here: https://codepen.io/nolsy/pen/qBPKvYZ
screenshot showing extra end space:
I would expect there to be only 2 spaces, and the space at the end should be divided between those two spaces and make them larger. Why is it not doing this?
Thanks in advance!