Iconic icon indicating copy to clipboard operation
Iconic copied to clipboard

Inconsistent widths

Open fingermark opened this issue 10 years ago • 2 comments

I'm trying to use iconic to list a phone number and website url in a list. The problem is that the oi-link-intact shows a 11px wide icon and the oi-phone shows a 7px wide icon (all with the same height). I'm using my font at 0.8em along with the bootstrap css. Is this something I'm supposed to manage in the CSS or is this specific to the font?

fingermark avatar Jul 20 '14 14:07 fingermark

Found this in font awesome. Applied it, and it seems to work:

width: (18em / 14);
text-align: center;

fingermark avatar Jul 20 '14 15:07 fingermark

Hi Fingermark. We may add a class to allow a fixed width. There seem to be times where it makes sense and others where it doesn't. Thanks for the feedback!

somerandomdude avatar Jul 23 '14 01:07 somerandomdude