In an app i'v noticed that html content is always indented by default.
Which could be an issue for some, to me it's great.
But the content of html element textarea is also indented
<textarea class="input" placeholder="A brief description for this project" name="projectDescription" rows="5">
ceci est une description de projet
sur deux lignes
</textarea>
Which end up adding extra white space to the content of project description field or at least that's my understanding.
In an app i'v noticed that html content is always indented by default.
Which could be an issue for some, to me it's great.
But the content of html element textarea is also indented
Which end up adding extra white space to the content of project description field or at least that's my understanding.