Fixed member's note field overflowing at smaller screen sizes

This commit is contained in:
Kevin Ansfield 2020-06-18 11:39:53 +01:00
parent 5601939f92
commit 26796dc3b0
1 changed files with 1 additions and 0 deletions

View File

@ -365,6 +365,7 @@ label[for="member-description"] + p {
textarea.gh-member-details-textarea {
max-width: 100%;
min-width: auto;
min-height: 50px;
height: 98px;
}