You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The group icon icon-fileformats appear with different height. This is evident when they are next to other group icons. That's because they seems to have font-size: 123.1%.
At the moment I resolved by adding a css class icon-fixed:
.icon-fixed::before{ font-size: 100%;}
The text was updated successfully, but these errors were encountered:
It's actually a problem with the ebiwd/EBI-Icon-fonts
It's a setting that was inherited before it was source controlled and I imagine it's because at 100% the file names are quite hard to read, though I would agree consistency would be better.
The group icon
icon-fileformats
appear with different height. This is evident when they are next to other group icons. That's because they seems to havefont-size: 123.1%
.At the moment I resolved by adding a css class icon-fixed:
.icon-fixed::before{ font-size: 100%;}
The text was updated successfully, but these errors were encountered: