I need the select option dropdown values to display employee names along with their titles in a lined up format. For instance, if my values are:
Bob Smith Director
Mike Kawazki HR
Jane Doe Manager
I want them to be shown as:
Bob Smith Director
Mike Kawazki HR
Jane Doe Manager
The solution I currently have is similar to the one provided in this post. However, that solution relies on font styling to align the text correctly, and I need to maintain the specific font I am already using.