Here in this code snippet
You will see a table (or matrix as some may call it) of bookmarks. Each row is identified by a tag. The challenge here is to make sure that the column for tags has a consistent width.
The specific class that requires a constant width is
.tag_hold
I attempted the obvious approach of setting
width: 100px;
However, there was no visible change when I did this.