Collaborne / paper-search

A Material Design search bar (Polymer)
https://www.webcomponents.org/element/Collaborne/paper-search
Apache License 2.0
51 stars 29 forks source link

Make padding of .horizontal-holder editable #29

Open NenadJovicic opened 7 years ago

NenadJovicic commented 7 years ago

I have a problem with using paper-search-bar In that component, there is a <div class="horizontal-holder"> that got fixed padding to 0px 16px And those 16px is too much for me, because I loose a lot of width of that component Because of shadowed DOM, I am not able to get that element and change that padding through CSS.

ronnyroeller commented 7 years ago

Good idea, @NenadJovicic. Feel free to provide a PR.