michaelbazos/angular-feather

How to add position alignment to the icon

Closed this issue · 2 comments

I have tried to add margin-top css style to position the icon a little top but it doesn't work
eg: name="arrow-right" class="arrow-on-btn"

css:.arrow-on-btn {
margin-top: -3px !important;
}
Is there any way to add margin style to position icon??

I doubt this is a problem with the angular version of Feathers, you could try asking in the main repository or stack overflow instead but it sounds like it's just a problem with your CSS.

Does this reproduce the problem that you're experiencing? https://jsfiddle.net/fma05oyn/1 It might be helpful if you provide a print screen with your current result as well as the desired result.

Indeed this can be solved with a CSS rule where it needs. Closing the issue considering the lack of reproducible fiddle and feedback.