You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: