We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10a6dc commit 455f426Copy full SHA for 455f426
src/repositories/chechen-transliterator/index.md
@@ -4,7 +4,12 @@ title: Chechen Transliterator
4
---
5
6
<h1>Chechen Transliterator</h1>
7
-<textarea id="transliteration-input" placeholder="Enter text to transliterate" class="form-control my-3"></textarea>
+<textarea
8
+ id="transliteration-input"
9
+ placeholder="Enter text to transliterate"
10
+ class="form-control my-3"
11
+ rows="5"
12
+></textarea>
13
<button id="transliterate-button" class="btn btn-primary">Transliterate</button>
14
<p class="mt-3">Output: <span id="transliteration-output" class="font-weight-bold"></span></p>
15
0 commit comments