Merge pull request #2345 from paulkaplan/fix-placeholder-alignment

Fix alignment of the placeholder and text in project instructions & note
This commit is contained in:
Paul Kaplan 2018-11-26 09:25:44 -05:00 committed by GitHub
commit 1be21bdb7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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