mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
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:
commit
1be21bdb7e
1 changed files with 5 additions and 0 deletions
|
@ -171,6 +171,11 @@ $stage-width: 480px;
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inplace-textarea::placeholder {
|
||||||
|
padding: 0;
|
||||||
|
text-align: start;
|
||||||
|
}
|
||||||
|
|
||||||
.comments-container {
|
.comments-container {
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
min-width: 65%;
|
min-width: 65%;
|
||||||
|
|
Loading…
Reference in a new issue