I'm facing the following scenario:
I have table with column that there is only one word in it mac-address. sometimes mac address can contain more letters than digits, so it make the length of the word different. for example : 00:1B:1B:BA:0D:AB vs 00:1B:1B:1E:0F:A8
I'm looking for solution to make the words take the same width,
already tried to use:
text-align: justify;
and
letter-spacing: 2px;
is anyone have an idea ? attaching an image to show the described above.