In my project, I am dealing with two columns. One column contains values for a variable, while the other column consists of rankings assigned to those values. The rankings column is working perfectly; it is aligned on the left side and occupies 70% of the size of the values column. However, I am encountering an issue in the values column. Most of the values align correctly on the right side as intended, except for the very last value. It appears that this issue is somehow related to the number of characters in the value.
If you'd like to take a look at the two columns, click here.
Do you have any suggestions or ideas on how to solve this problem?