mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -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;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inplace-textarea::placeholder {
|
||||||
|
text-align: start;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.comments-container {
|
.comments-container {
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
min-width: 65%;
|
min-width: 65%;
|
||||||
|
|
Loading…
Reference in a new issue