Skip to content

Commit

Permalink
increase textarea rows
Browse files Browse the repository at this point in the history
  • Loading branch information
khashashin committed May 26, 2024
1 parent b10a6dc commit 455f426
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/repositories/chechen-transliterator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ title: Chechen Transliterator
---

<h1>Chechen Transliterator</h1>
<textarea id="transliteration-input" placeholder="Enter text to transliterate" class="form-control my-3"></textarea>
<textarea
id="transliteration-input"
placeholder="Enter text to transliterate"
class="form-control my-3"
rows="5"
></textarea>
<button id="transliterate-button" class="btn btn-primary">Transliterate</button>
<p class="mt-3">Output: <span id="transliteration-output" class="font-weight-bold"></span></p>

Expand Down

0 comments on commit 455f426

Please sign in to comment.