zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 904 forks source link

Button enlarges? #178

Closed jayeshjain24 closed 8 years ago

jayeshjain24 commented 8 years ago

I really liked the activity look of ionic material. But it does enforces some unwanted effects. The moment I include material.js and maerial.css in my app,some buttons enlarge.

Any idea how to solve this problem.

Update : May be the problem is because of the padding that is applied to all the button. Any way to disable it?

jayeshjain24 commented 8 years ago

I commented out line no. 479 in ionic.material.css - padding: 0 2rem and it solved my problem