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
when I resize the textarea and shrink the screen the textarea start overflowing
try adding max-width to prevent this
.main-input{
max-width: 100%;
height: 178px;
width: 447px;
}
The text was updated successfully, but these errors were encountered:
when I resize the textarea and shrink the screen the textarea start overflowing
try adding max-width to prevent this
.main-input{
max-width: 100%;
height: 178px;
width: 447px;
}
The text was updated successfully, but these errors were encountered: