shabegom / buttons

Buttons in Obsidian
The Unlicense
455 stars 47 forks source link

Buttons Not Aligning with Custom CSS? #109

Closed npazo closed 5 months ago

npazo commented 2 years ago

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