You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:.5rem1rem;
This is how it looks after making the changes:
The text was updated successfully, but these errors were encountered:
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:
I wanted to share my personal idea of adding a bit of padding which can make it look better.
This is how it looks after making the changes:
The text was updated successfully, but these errors were encountered: