Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indentation on html textarea element #117

Open
benjamin-dreux opened this issue Nov 9, 2024 · 2 comments
Open

indentation on html textarea element #117

benjamin-dreux opened this issue Nov 9, 2024 · 2 comments

Comments

@benjamin-dreux
Copy link

benjamin-dreux commented Nov 9, 2024

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.

@benjamin-dreux
Copy link
Author

Using what was show here
#116

I assume that i can stop the indentation from appening and my bug will be fixed.

Still, i like having indentation for every other elements and i think this should be teaked

@fmcarvalho
Copy link
Member

Yes, you are right.

@fmcarvalho fmcarvalho changed the title possible Bug arround html indetation and html textarea element indetation on html textarea element Nov 14, 2024
@benjamin-dreux benjamin-dreux changed the title indetation on html textarea element indentation on html textarea element Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants