website icon indicating copy to clipboard operation
website copied to clipboard

fix the content of the button being displayed in two lines

Open Code-Beaker opened this issue 1 year ago • 1 comments

image

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:

image

Code-Beaker avatar Dec 23 '24 12:12 Code-Beaker