mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix alignment of the placeholder and text in project instructions & note
This commit is contained in:
parent
54ce126559
commit
847d0c3844
1 changed files with 5 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue