mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
Fixed member's note field overflowing at smaller screen sizes
This commit is contained in:
parent
2d08670c9f
commit
a539e93ea5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user