buttons icon indicating copy to clipboard operation
buttons copied to clipboard

Buttons Not Aligning with Custom CSS?

Open npazo opened this issue 2 years ago • 0 comments

I have something weird going on. I have two buttons right next to each other. One of them (bottom) is using custom CSS class, and it's slightly to the left of the one above it. The custom CSS does nothing but change the colors.

If I remove the custom CSS class, the buttons are in vertical alignment.

Any thoughts?

.my-button {
    background-color: #83eede;
    color: #2e3440;
}

image

npazo avatar Apr 04 '22 21:04 npazo