Is there a way to decrease the spacing between the icon and text in paper-icon-item
? I'm looking for a solution to this issue.
https://i.sstatic.net/kZ9sy.png
I attempted the following:
paper-icon-item {
--paper-item-icon: {
padding-right: 0;
}
However, no noticeable change occurred. Any suggestions on how to achieve this adjustment?