website
website copied to clipboard
fix the content of the button being displayed in two lines
The content of this button is being displayed in two lines. I tried to edit it using DevTools and adding this property to the button's styles can possibly fix this issue:
min-width: fit-content;
I wanted to share my personal idea of adding a bit of padding which can make it look better.
padding: .5rem 1rem;
This is how it looks after making the changes: