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.
I have a problem with using paper-search-bar In that component, there is a
<div class="horizontal-holder">
that got fixed padding to0px 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.