CSS for Unifying Numeric Values
I am almost certain that in one video @Kevin shared a tip for styling numeric values (i.e. money) inside a table column that helped keep the numbers in a more uniform width.
I cannot find this for the life of me so I’m reaching out to see if anyone remembers it, and can hopefully point me in the right direction. Thanks in advance.
2 Replies
font-variant-numeric: tabular-nums;
Thank you so very much @Kevin!