Custom Button Card reduce the space between mdi icon & name

Hi, loving the custom button, when you use:

layout: icon_name

There is a large gap between the Icon & Name

What is the best method to reduce this distance

Try setting justify-self: left for the state.

Thanks, brings it slightly left, without the icon the command justify-self: left takes the state to the far left of the box, so the seems to be added to the icon.
I have tried:

          styles:
            card:
              - height: 40px
              - font-size: 12px
            state:
              - justify-self: left
            icon:  
              - padding-left: 0px
              - padding-right: 0px

and margin-right: 0px

I can use on the state: margin-left: -20px which brings them closer but that moves around depening on device and screen res.

With using grid options (see docs for the card) you can distribute elements as you wish.