Fix alignment of the placeholder and text in project instructions & note

This commit is contained in:
Paul Kaplan 2018-11-21 12:12:51 -05:00
parent 54ce126559
commit 847d0c3844

View file

@ -171,6 +171,11 @@ $stage-width: 480px;
margin-left: 1rem;
}
.inplace-textarea::placeholder {
text-align: start;
padding: 0;
}
.comments-container {
padding-right: 1.5rem;
min-width: 65%;