Kyle Horkley
Kyle Horkley
There is a hack that I use. Use this CSS to center the tabs: .paper-tabs-0 #tabsContainer.paper-tabs { -webkit-flex: 0; flex: 0; -webkit-flex-basis: auto; flex-basis: auto; margin: 0 auto; width: auto;...
@ebidel Yeah, but it's a nice workaround for now.
@bicknellr @ebidel Found a better way to accomplish this (and it should work in native shadow!). Simply add a div before and after paper-tabs with the class of flex. Credit...