I have two material buttons in my angular application right next to each other. I want to add a little bit of padding between them. But when I add add padding-right
to the left button, I end up going from this:
| button || button |
To this:
| button || button |
But what I want is this:
| button | | button |