In my current project, I am attempting to enhance the usability of a simple webpage by incorporating Bootstrap icons alongside text to distinguish between different options/items. However, I have noticed that the <svg>
elements are slightly misaligned relative to the text. My setup involves Bootstrap 4.0.0 and a custom CSS file for minor adjustments.
If you would like to see the HTML and CSS code I am using, take a look at . The issue is apparent in the table items, although it may seem trivial, resolving it is important to me.
Does anyone have any suggestions on how I can ensure that the <svg>
elements align perfectly with the text?