I'm building a review application which amongst other things present a review, with the authors img, name, date and level. The problem arises since not everyones name is equal lenght, which makes the layout seem out of order, as visualized in the picture. How would one make the layout so that the items have similar space between each other regarding of name length?
As you can see the user name frqlich, is out in the open the idea would be to resize the label to the name and then pull the date and niveau label closer to they would have a constant distance. what is the best aproach?