How to fix misaligned icons problem,
I'm importing the library in a project written in Electron v8.0.0 and angular v9
so how to solve the problem of not aligned icons in the first screenshot?
adding a simple css rule on buttons seems solve the problem (2nd screenshot)
align-items:center;
I can't change the style because it's inside an iframe, how can I solve the problem?
maybe is caused by the default stylesheet rules of the old chrome version inside electron 8 ?
please help!