Fix queue item numbering truncation for 100+ items
I want the queue item numbering to display correctly when there are more than 100 items. Currently, the numbering is truncated (e.g., #101, #102, and #103 all show as "#10"). This makes it difficult to track the exact position of items in large queues. It seems like a UI/CSS layout issue where the number container is too narrow for three digits.